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
How do you serialize in c#?
Is datetime immutable c#?
What is the property of class?
What is the benefit of delegate in c#?
What are virtual classes in c#?
Is nullable type c#?
Why do we use abstraction in c#?
List down the differences between public, static and void keywords?
Distinguish between the Debug class and Trace class with its functionality?
Are there functions in c#?
What is platform independence"?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
Can we assign null value to integer?
What is nameof c#?
Explain the difference between class and interface in .net?