Answer Posted / betty
virtual methods is applied in polymorphism. When you declare
a method as virtual, you can override the method in another
class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Are constructors inherited c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is xamarin used for?
What is the difference between yield and return?
Can we have multiple constructors in a class c#?
What is the purpose of dictionary in c#?
What is readline library?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
How to open a new form on button click in Windows forms?
What is activator c#?
What are the types of attributes in c#?
Explain the difference between a Private Assembly and a Shared Assembly
What does using system mean in c#?
List down the differences between “dispose” and “finalize” methods in c#.