Multiple Choice
Which of the following can be facilitated by the Inheritance mechanism?1. Use the existing functionality of base class.2. Overrride the existing functionality of base class.3. Implement new functionality in the derived class.4. Implement polymorphic behaviour.5. Implement containership.
A) 1,2,3
B) 3,4
C) 2,4,5
D) 3,5
Correct Answer:

Verified
Correct Answer:
Verified
Q18: Which of the following statements are correct?1.
Q19: Which of the following statements are correct
Q20: Which of the following statements is correct
Q21: To overload a method which of the
Q22: Which of the following is the correct
Q24: Which method have same name as that
Q25: Which of the following can be used
Q26: Struct's data members are _ by default.<br>A)Protected<br>B)Public<br>C)Private<br>D)Default
Q27: Which of the following will be the
Q28: Which of the following statements is correct