Click here to Skip to main content
15,910,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: need help in c++ inheritance.. Pin
Rajesh R Subramanian6-May-07 23:03
professionalRajesh R Subramanian6-May-07 23:03 
GeneralRe: need help in c++ inheritance.. Pin
killthecherry6-May-07 23:07
killthecherry6-May-07 23:07 
GeneralRe: need help in c++ inheritance.. Pin
Cedric Moonen6-May-07 23:11
Cedric Moonen6-May-07 23:11 
GeneralRe: need help in c++ inheritance.. Pin
toxcct6-May-07 23:13
toxcct6-May-07 23:13 
GeneralRe: need help in c++ inheritance.. Pin
killthecherry6-May-07 23:24
killthecherry6-May-07 23:24 
GeneralRe: need help in c++ inheritance.. Pin
toxcct6-May-07 23:26
toxcct6-May-07 23:26 
GeneralRe: need help in c++ inheritance.. Pin
killthecherry6-May-07 23:31
killthecherry6-May-07 23:31 
GeneralRe: need help in c++ inheritance.. Pin
toxcct6-May-07 23:36
toxcct6-May-07 23:36 
inheritence ? that's the essence of object oriented programmation !

you define objects, which have properties (stored internally as private members) and which can do certain actions.

imagine you have a class car. you define there everything that is sommong to cars... an engine, a color, tyres, etc...

but do every car look same ? certainly not. and that's where inheritence come.
you could have a class formulaOne, a class RallyCar, a class MonsterTruck... all inheriting from Car, but all different. by the way, they all are cars, aren't they ?!


GeneralRe: need help in c++ inheritance.. Pin
killthecherry6-May-07 23:44
killthecherry6-May-07 23:44 
GeneralRe: need help in c++ inheritance.. Pin
toxcct6-May-07 23:46
toxcct6-May-07 23:46 
GeneralRe: need help in c++ inheritance.. Pin
killthecherry6-May-07 23:55
killthecherry6-May-07 23:55 
GeneralRe: need help in c++ inheritance.. Pin
toxcct6-May-07 23:59
toxcct6-May-07 23:59 
GeneralRe: need help in c++ inheritance.. Pin
killthecherry7-May-07 0:03
killthecherry7-May-07 0:03 
JokeRe: need help in c++ inheritance.. Pin
toxcct7-May-07 0:07
toxcct7-May-07 0:07 
GeneralRe: need help in c++ inheritance.. Pin
Mark Salsbery7-May-07 5:26
Mark Salsbery7-May-07 5:26 
AnswerRe: need help in c++ inheritance.. Pin
ThatsAlok16-May-07 19:57
ThatsAlok16-May-07 19:57 
QuestionProblem with opening a document which is allready open in automation? Pin
Banks K6-May-07 22:25
Banks K6-May-07 22:25 
Questiononsize() flickering issue Pin
nathan76-May-07 22:16
nathan76-May-07 22:16 
AnswerRe: onsize() flickering issue Pin
baerten6-May-07 22:35
baerten6-May-07 22:35 
GeneralRe: onsize() flickering issue Pin
nathan76-May-07 23:34
nathan76-May-07 23:34 
GeneralRe: onsize() flickering issue Pin
baerten7-May-07 0:05
baerten7-May-07 0:05 
AnswerRe: onsize() flickering issue Pin
ThatsAlok16-May-07 19:56
ThatsAlok16-May-07 19:56 
QuestionTooltip text in CFormView Pin
ledallam6-May-07 22:04
ledallam6-May-07 22:04 
AnswerRe: Tooltip text in CFormView Pin
Hamid_RT7-May-07 8:57
Hamid_RT7-May-07 8:57 
Questionabout Parallel Port Pin
mt_samiei6-May-07 22:00
mt_samiei6-May-07 22:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.