C# Programming - Inheritance - Discussion
Discussion Forum : Inheritance - General Questions (Q.No. 1)
1.
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.
Discussion:
13 comments Page 2 of 2.
Vaithi said:
9 years ago
Yes, It's like a using already existing property from the parent class, add new property by child class which overrides the property too.
Tadewos said:
8 years ago
In Inheritance, derived class used the properties and methods defined in the Base class.
Samntha said:
8 years ago
Derived class can implement the methods and properties in the base class.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers