What are the rules about Function Overriding?

 Posted by vishalneeraj-24503 on 12/5/2014 | Category: OOPS Interview questions | Views: 8965 | Points: 40
Select from following answers:
  1. It depends upon return type.
  2. To accomplish this,override and virtual keywords are used.
  3. Function name must be the same i.e. same signature and same number of parameters.
  4. It is written in the Parent and Child class.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response