Answer Posted / mohit
it is not pure virtual class like interface. in this we can
implement also method but we can not create instance of
absract class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If the original method is not static you can declare an override method to be static or not?
Why do I get a security exception when I try to run my c# app?
What is the use of ienumerable in c#?
What is c-sharp (c#)?
What is the difference between namespace and class?
How many types of constructor are there in c#?
What is use of hashtable in c#?
What is the namespace for datatable in c#?
Explain the clr triggers?
What are types of constructor?
What does private void mean in c#?
What is the difference between an integer and int?
How does inheritance work in c#?
What is inner class in c#?
Is for loop faster than foreach?