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 is a constructor? What is a destructor?
Why data types are important in c#?
Why are dynamic link library used over static one?
Is c# code is unmanaged or managed code?
Can we inherit two classes in c#?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is a method signature c#?
What are anonymous types in c#?
Does c# support a variable number of arguments?
What is the meaning of 0 in c#?
What is delimiter in c#?
what is object-oriented programming (oop) language?
Explain the differences between static, void and public in c#?
What is the default value of guid in c#?
What is asynccallback c#?