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
What is the difference between returning iqueryable vs ienumerable?
If you want to write your own dot net language, what steps you will u take care?
What is the property of a class in c#?
Define acid rule of thumb for transactions in c#.
What is c# used for?
Is typeof c#?
What is datarelation c#?
Explain states of a thread in c#?
What is the difference between method parameters and method arguments. Give an example?
What is the use of console application in c#?
Define a strong name in .net?
What is generic types in c#?
Why do we need escape characters?
Why do we use interface in c#?
Is c# difficult to learn?