What is the difference between class and abstract class?
Answer Posted / ajit singh
1>A Class is a collection of objects,we can create the object of a class but in case of abstract class we unable to carete the object and no decleration.
2> class can contain method and definations,abstract class having all methods abstract
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What language is c# similar to?
How to put assembly in gac?
What is threading in c# with example?
What is a method signature?
What is datarelation c#?
What is the use of protected in c#?
What does console readkey do in c#?
Why dataset is used in c#?
Can a class have multiple constructors c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Why delegates are type safe?
What is ControlBox Propertie
Contrast between an interface and abstract class?
How do you encapsulate in c#?
What is a long in c#?