In Method Overriding, the return type can be changed while overriding it ?
Yes or No

 Posted by Akiii on 5/30/2012 | Category: C# Interview questions | Views: 4423 | Points: 40
Answer:

No.

In Method Overriding , the signature of the method cannot change. Everything must remains same only the implementation in the derived class will differ.



Thanks and Regards
Akiii


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response