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


Please Help Members By Posting Answers For Below Questions

what is a constructor? What is a destructor?

730


Why data types are important in c#?

680


Why are dynamic link library used over static one?

721


Is c# code is unmanaged or managed code?

748


Can we inherit two classes in c#?

708


If I return out of a try/finally in c#, does the code in the finally-clause run?

748


What is a method signature c#?

697


What are anonymous types in c#?

668


Does c# support a variable number of arguments?

772


What is the meaning of 0 in c#?

746


What is delimiter in c#?

675


what is object-oriented programming (oop) language?

662


Explain the differences between static, void and public in c#?

737


What is the default value of guid in c#?

653


What is asynccallback c#?

706