About Virtual functions and their use ?
Answer Posted / vijay rana
when we override a metod in sub class,and we want to hide
the decelaration of the base class member then we used the
keyword virtual in superclass,
and keyword override in the subclass
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Does hashset allow duplicates c#?
How do you create user defined data types in c#?
When a switch is said to be congested?
What is ispostback c#?
Why do we use ienumerable in c#?
Explain About Virtual functions and their use.
What is the purpose of reserved word using in c#?
What is a float?
What is hashtable c#?
Explain the ways to deploy an assembly?
What is .net console?
What is addressof operator?
What is sqlconnection in c#?
Is c# lazy thread safe?
Can you store strings in arrays?