help me in multiple inheritance
Please help me in multiple inheritance in c++ with oop with examples please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Feb 12, 2010, 4:25 PM
Here We Have Class A,B,C now Class C is derived from A and B so it shows multiple inheritance ..
now By Creating instance of Class C we can call All the mothods of class A,B as well as C too..