Which of the following statement is true with respect to polymorphism?

 Posted by Kmandapalli on 1/15/2014 | Category: C# Interview questions | Views: 11883 | Points: 40
Select from following answers:
  1. Operator overloading works in different ways for structures and classes.
  2. When used as a modifier, the new keyword explicitly hides a member inherited from a base class.
  3. It is not necessary that all operator overloads are static methods of a class.
  4. The cast operator can be overloaded.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response