簡單問題: namespace, using 用來干什麼?(20分)

  • 主题发起人 主题发起人 积步
  • 开始时间 开始时间

积步

Unregistered / Unconfirmed
GUEST, unregistred user!
namespace, using 用來干什麼?
 
namespace相当于delphi的unit名
using相当于delphi的uses
 
Namespaces are used both as an "internal" organization system for a program, and as an "external" organization system — a way of presenting program elements that are exposed to other programs
 
引用命名空间
 
多人接受答案了。
 
后退
顶部