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
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?
What is c# commonly used for?
What is overloading in c#?
How to get the sum of last 3 items in a list using lambda expressions?
Explain the constructor in c#.
Can you declare struct members as protected?
What is a string c#?
What are the different types of assembly?
Why we use methods in c#?
Explain About Virtual functions and their use.
Which types of inheritances does c# support?
What is literal in c#?
What is the difference between convert and parse in c#?
What is encapsulation in csharp?
State the top.NET class that everything is derived from?