What is meant by multiple inheritance-04093
What is meant by multiple inheritance?
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.12.
What is meant by multiple inheritance?
Deriving a base class from derived class
Deriving a derived class from base class
Deriving a derived class from more than one base class
None of the given