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 a dll an assembly?
What is platform independence"?
What is “using” statement in c#?
What are the new features in c# 2.0?
What is a console application in c#?
Can we declare class as protected?
Can a class be private in c#?
Define a manifest in .net?
What is public, private, protected, internal and internal protected?
what happens if you inherit multiple interfaces and they have conflicting method names?
Is array a collection c#?
Why do we need generics in c#?
What is an object and a class?
What is the data type for bit in c#?
Define Final Class in C#