How do you refer parent classes in C#

A) Super
B) This
C) Base

Showing Answers 1 - 8 of 8 Answers

Akhilesh verma

  • Feb 16th, 2006
 

This keyword is used for reffering current object and Base keyword is used for referring parrent class. so ans. is C.

  Was this answer useful?  Yes

Leo

  • Mar 7th, 2006
 

Lower case "base".

  Was this answer useful?  Yes

Biswa Prakash Rath

  • Mar 13th, 2006
 

Ans:

C) This

  Was this answer useful?  Yes

Biswa Prakash Rath

  • Mar 13th, 2006
 

C) Base

While Base is used to refer parent class, This is used to identify the current class in C#.

Yazdani

  • Mar 20th, 2006
 

Super : Super is used to Refer the Base Class in JAVA

This  : This is used to Refer the Current or Child Class in C#

Base  : Base is used to Refer The Parent or Base Class

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions