- 9
- 0
- 约4万字
- 约 26页
- 2018-08-06 发布于贵州
- 举报
面向对象程序(毕业设计)中英文对照文档
二 ○ ○ 九 届 毕 业 设 计
翻译资料
学 院:
专 业:
姓 名:
学 号:
指导教师:
完成时间:
二〇〇九年三月
Object-Oriented Programming
Object-oriented programming is based on three fundamental concepts: data abstraction, inheritance, and dynamic binding. In C++ we use classes for data abstraction and class derivation to inherit one class from another: A derived class inherits the members of its base class(es). Dynamic binding lets the compiler determine at run time whether to use a function defined in the base or derived class.
Inheritance and dynamic binding streamline our programs in two ways: They make it easier t
原创力文档

文档评论(0)