Answer Posted / chandana
virtual methods are method definitions without
implementations specified. Such methods are a part of
abstract classes, which can not be instantiated. Any non-
abstract child class must provide implementation for these
classes.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Can you store different types in an array in c#?
Why we use delegates in c#?
What is multicast delegate in c# ?
What is helper method in c#?
What you mean by inner exception in c#?
Explain the serialization in .net
Is predicate a functional interface?
What is addressof operator?
What are the properties in c#?
What are static and dynamic variables?
Is multiple inheritance possible in c#?
Is everything an object c#?
Can you use all access modifiers for all types?
What are annotations in c#?
What is the difference between protected and private?