Answer Posted / sridevi
Abstract class is the class which can not be instantiated
but ca be derived. it can contain concreat and absract
methods
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is there an equivalent of exit() for quitting a c# .net application?
Why do we need structs in c#?
Why do we need to override in c#?
if a method is marked as protected internal who can access it?
Explain how to use an extender provider in the project.
Is a char?
What is method and function in c#?
What is collection class c#?
Is a decimal an integer?
What are the 3 types of comments in c#?
What is the use of console?
What are different types of Delegates in C#?
How do you escape in c#?
What is cache memory in c#?
What is private void in c#?