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 types of object can I throw as exceptions?
What are the different types of classes?
Explain inheritance in c#?
What are functions in c#?
Explain About a class access specifiers and method access specifiers.
Major difference between Basic httpbinding and WShttpbinding?
What the different phase/steps of acquiring a proxy object in webservice?
What are c# i/o classes? What are the commonly used i/o classes?
What is appdomain in c#?
Explain briefly the difference between value type and reference type?
Why singleton pattern is used in c#?
Is versioning applicable to private assemblies?
What is verbatim literal in c#?
What are primitive data types in c#?
What is the difference between a function and a method?