how to access the virtual method without creating the objet
for the virtual method?
Answer Posted / vijay
base.virtualfunctionname();
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How would you describe encapsulation in c#?
Why do we overload constructors?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is the use of console readkey ()?
How do you escape in c#?
Explain the features of an abstract class in net.
Is lazy t thread safe?
Is int an object in c#?
Which is more efficient for loop or while loop?
What is a web service in c#?
What are the types of class in c#?
What is dynamic dispatch?
What is default c#?
Can we inherit class that contains only one private constructor?
What is a dimensional array?