how to access the virtual method without creating the objet
for the virtual method?



how to access the virtual method without creating the objet for the virtual method?..

Answer / vijay

base.virtualfunctionname();

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the Configuration files in .net?

0 Answers  


Why we use get set in c#?

0 Answers  


How do you set a class path?

0 Answers  


How to make a class not inheritable other than sealed?

3 Answers  


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

0 Answers  






What is typeof undefined?

0 Answers  


What?s the difference between an interface and abstract class?

4 Answers  


How do I open the console?

0 Answers  


Why extension method is static?

0 Answers  


What is private readonly in c#?

0 Answers  


Name some string escape sequences in c#.

0 Answers  


What does the keyword virtual mean in the method definition?

1 Answers  


Categories