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
Is typeof c#?
Is inheritance possible in c sharp?
What is the difference between parse and tryparse in c#?
What is literal in c#?
Is type nullable c#?
What is garbage collector and where should you use in .NET?
Can you inherit from a static class in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is boxing and unboxing in c#?
why delegate is type safe?
Explain the security with aop?
Why do we need dependency injection in c#?
Describe a Struct ?
Explain About namespaces
I want to print "Hello" even before main() is executed. How will you achieve that?