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
What are access modifiers in c#?
What is the difference between system.text.stringbuilder and system.string?
What does void do in c#?
How can I get around scope problems in a try/catch?
what are the contents of an assembly ?
Why delegates are type safe?
Why is hashset faster?
Is php easier than c#?
What does out mean in c#?
What sort algorithm does c# use?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What do you mean by abstract class in c#?
What is meant by generics in c#?
What are the types of comment in c# with examples?
How much time will it take to learn unity?