Discussion :: Inheritance
-
Which of the following can be facilitated by the Inheritance mechanism?
- Use the existing functionality of base class.
- Overrride the existing functionality of base class.
- Implement new functionality in the derived class.
- Implement polymorphic behaviour.
- Implement containership.
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment