C# Programming - Inheritance - Discussion

Discussion Forum : Inheritance - General Questions (Q.No. 1)
1.
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.
1, 2, 3
3, 4
2, 4, 5
3, 5
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
13 comments Page 2 of 2.

Ravi yadav said:   1 decade ago
We can also implement polymorphism(Methodoverriding and methodhidding) behavior.

Samntha said:   8 years ago
Derived class can implement the methods and properties in the base class.

Abhishek said:   1 decade ago
Why is this "Implement polymorphic behaviour" is not included?


Post your comments here:

Your comments will be displayed after verification.