What is the Difference between class and abstract class?

Answers were Sorted based on User's Feedback



What is the Difference between class and abstract class?..

Answer / 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

What is the Difference between class and abstract class?..

Answer / dilip devagan

abstract class can be inherited but

we can not create the instance of abstract class

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why are strings immutable in c#?

0 Answers  


Explain About web methods and its various attributes

0 Answers   Digital GlobalSoft,


How long can loop recorders stay in?

0 Answers  


How to transpose multi-dimensional array?

0 Answers   C DAC, CDAC,


About a class access specifiers and method access specifiers ?

3 Answers   MMTS,


Where is the output of TextWriterTraceListener redirected?

1 Answers   Rolta, Siebel Systems,


How do I create a new form in c#?

0 Answers  


What is the benefit of interface in c#?

0 Answers  


What is a private method in c#?

0 Answers  


Can we throw exception from catch block

6 Answers   Microsoft,


Why do we use Design Pattern?

1 Answers   Impetus,


What is the use of console?

0 Answers  


Categories