Which of the following is true with respect to inheritance mechanism?
1.Use the existing functionality of the base class.
2.Override the existing functionality of the base class.
3.Implement new functionality in derived class.
4.Implement polymorphic behaviour.

 Posted by Kmandapalli on 1/15/2014 | Category: C# Interview questions | Views: 5774 | Points: 40
Select from following answers:
  1. 1 ,2, 3
  2. 2, 3
  3. 1, 2, 3, 4
  4. 1, 4
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response