由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 类设计问题求助
相关主题
C++ Q96: function inheritance (转载)Why oop is bad?
关于c++ classes的interview testHow to check the virtual function table size?
c++越写越没有信心,觉得自己水平弱的不行问题:vptr/vtable for virtual function & vptr/vtable for
[c++]distinct default parameter value in inherited class请教一个class design的问题
inheritence problemfunctional programming的两个方面
两个看来相似的问题总结
protected class member in C++C++ (with MATLAB engine) compiling problem under Linux systerm
请问C++小白问题ask a C++ inheritance question
相关话题的讨论汇总
话题: functions话题: virtual话题: public话题: variables
进入Programming版参与讨论
1 (共1页)
m*******o
发帖数: 264
1
设计一个类,可以选择以下任何一个真实的物体:
shapes
animals
chairs
phones
computers
要求是有5到10个层次的类结构,包括的应用有
- Public, protected, private member variables and functions
- Inheritance, multiple inheritances
- Virtual functions, virtual inheritance, polymorphism
- Thread-safe access to all public member functions and variables.
谁能给点建议,有什么书网资料可以参考吗?多谢了
1 (共1页)
进入Programming版参与讨论
相关主题
ask a C++ inheritance questioninheritence problem
一个让我比较困惑的问题 c++ inheritence两个看来相似的问题
a c++ question for templateprotected class member in C++
请教一个design的问题请问C++小白问题
C++ Q96: function inheritance (转载)Why oop is bad?
关于c++ classes的interview testHow to check the virtual function table size?
c++越写越没有信心,觉得自己水平弱的不行问题:vptr/vtable for virtual function & vptr/vtable for
[c++]distinct default parameter value in inherited class请教一个class design的问题
相关话题的讨论汇总
话题: functions话题: virtual话题: public话题: variables