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
What is the real use of interface in c#?
What is data set in c#?
Illustrate race condition?
What is type safe code?
What is hashtable c#?
Can the nested class access, the containing class. Give an example?
What is the difference between finalize() and dispose() methods?
How will you deploy the dll file in gac?
What is the C# syntax to catch any possible exception?
What are the benefits of using generics in c#?
How do you serialize an object?
What is xaml in c#?
What is the use of private constructor in c#?
What is lastindexof c#?
Explain how many types of exception handlers are there in .net?