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
When a switch is said to be congested?
Describe how a .net application is compiled and executed
Show us in simple steps to create setup & deployment project for windows application?
Explain the difference between private and shared assembly?
In howmany ways can you deploy an assembly?
What is difference between method and function in c#?
What is a collection class in c#?
How to use nullable types in .net?
Explain the types of errors in c#?
What’s thread.sleep() in threading ?
can multiple catch blocks be executed for a single try statement?
What is nullable types in c#?
Does c# support const methods, properties, or events?
What is a Managed Code??
What are custom exceptions?