Answer Posted / chinju
virtual methods are methods that do not really exists but
act as exist in some part of a program.Keyword virtual is used.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Static, Const and read only?
What is querystring in c#?
Is enum a value type c#?
What is a linq in c#?
What are virtual destructors?
What is the difference between struct and class in c#?
Can a string be null c#?
What is different between Static Constructor and Private Constructor?
What are destructors in C#?
What is an int c#?
what is the default access for a class
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
How do you prevent a class from being inherited?
What is the difference between convert and parse in c#?
what is IFormatable