Multiple inheritance is a feature in C++ by which one class can be of different types. Say class teachingAssistant is inherited from two classes say teacher and Student.
Class C extends A implements B{}
Explanation of OOP principles-Data Abstraction.-Data Encapsulation-Inheritance-Polymorphism-Dynamic Binding.-Reduction of Errors.
Explain the difference between inheritance and composition, and when/why one is preferable over the other
As an architect, you are interested in the architecture characteristics of a system. Which two are architectural characteristics? (Choose two) A. Liability B. Reliability C. Inheritance D. Performance
Answer: B, D
All properties of existing class are derived
View page << Previous 5 6 7 8 [9]

Go Top