post  Object Oriented Design Question

audinue (35)   Link to this post
Anyone know good reference of Object Oriented Design in C++?
I'm looking for the basic concept, tips, 'the way of' designing an Object.

Currently I'm a little bit confused when writing classes and their relationship (when I should make it an instance or extends it?)...


Thanks in advance. Love you (~^_^~).
firedraco (2048)   Link to this post
http://www.cplusplus.com/doc/tutorial/classes.html
audinue (35)   Link to this post
That's not a design anyway XD

Thanks for your reply firedraco
sanzilla (41)   Link to this post
are you looking for a book on C++ design parttens ?
well
I am a newbie here ,but .

http://www.cplusplus.com/doc/tutorial/classes.html

s not a tutorial about Design parttens.

This topic is archived - New replies not allowed.