What is the difference between class and abstract class?
Answer Posted / kanan
Following are some differences.
1) You can not create object of an abstract class.
2) When you inherits abstract class , than you have to
implement (override) its abstract methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the ways to deploy an assembly?
What is string [] args in c#?
What is linq c#?
Why do we parse in c#?
What is IL / CIL / MSIL?
Explain the difference between a sub and a function in c#.
Write down the c# syntax to catch an exception
What is the purpose of namespace in c#?
Why do we use delegates?
What is a clr host?
Explain about Threading Types.
What are strong name assemblies?
Explain the difference between directcast and ctype.
what is a constructor? What is a destructor?
What is dbcontext c#?