What is the difference between class and abstract class?
Answer Posted / srinivas dumpeti
Class is a set of objects and instances
where as abstract class in that their is no declaration,and
that can be inherit to dervied class that is known as
concrete methods..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many keyword present in C# language ?
What is toint32 c#?
What are delegates in C#?
Can an interface extend a class c#?
What is difference between class and interface in c#?
What is datacontract in c#?
How to Show Message box in Metro Style App?
What is the base class in .net from which all the classes are derived from?
What is c# entity framework?
How more than one version of an assembly can keep in same place?
How many aware interfaces are there?
What are delegates?
What is the Signification of the "new " keyword in C#? example
What is private virtual in C#?
What is the difference between system.string and system.text.stringbuilder classes?