What is the Difference between class and abstract class?
Answer Posted / sujai cn
Class mean a user defined type in which all the methods are
implemented , thus we can create the instance (OBJECT) of
that class.
abstract class is a class in which one are more methods are
abstract(not implemented) abstract method is also called
pure virtual.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is the difference between protected and internal in c#?
What is action in c# 3.5?
Does c# support c type macros?
What namespace is list in c#?
Explain about c# language.
What is the default value of singleordefault?
What is the difference between Singleton design pattern and Factory design pattern?
What are satellite assemblies?
What Is An Interface Class?
Is exe is machine dependent?
Can constructor be protected?
what is IDisposal interface
Explain the difference between Metadata and Manifest
What is virtual in c#?