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


Please Help Members By Posting Answers For Below Questions

What is parsing?

529


in object oriented programming, how would you describe encapsulation?

561


Is c# slower than java?

481


How can we sort an array in c#?

509


Why singleton class is sealed?

482






How does substring work in c#?

482


What are the Configuration files in .net?

515


what is the default access for a class

580


What is event delegate in c#?

582


What is wpf c#?

495


Which config file has all the supported channels/protocol?

553


Describe two uses of the “using” statement during the operation of c#?

552


What is the use of generics in c#?

468


If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?

527


What is assembly manifest?

528