C++的OOP范例.docVIP

  • 9
  • 0
  • 约1.26万字
  • 约 15页
  • 2016-11-28 发布于河南
  • 举报
C的OOP范例

C++的OOP范例 2002.5.27 目录 1.对向(Object): Has Properties and state 3 2.事件(Event): 3 3.抽象(Abstraction): 3 Collecting the required information (properties) and putting it 3 4.封装(Encapsulation): Protecting data from unauthorized access 3 5.继承Inheritance: Transferring selected properties of parent class to child class. 3 6.多态性Polymorphism: Same function can have different formats 3 7.私有成员Private members: 4 Property that can be accessed only by members of a 4 8.Public: Properties that can be accessed by class members as well as others。 4 9.友元函数(Friend function

文档评论(0)

1亿VIP精品文档

相关文档