Answer Posted / chinju
virtual methods are methods that do not really exists but
act as exist in some part of a program.Keyword virtual is used.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is datetime immutable c#?
C# called c sharp why?
What is private constructor c#?
What is the difference between gettype and typeof in c#?
In .NET which is the smallest unit of execution?
What is a virtual property. Give an example?
Does unity require coding?
Can we declare class as protected?
What is a helper method in c#?
What is the use of static in c#?
What is escape character in c#?
Can abstract class instantiated c#?
Is it possible to inherit multiple interfaces?
In which order the destructor is called for an inherited class?
What is hashtable in c# net with example?