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

Is double a decimal?

0 Answers  


What is difference between a function and a method?

0 Answers  


Why do we use void in c#?

0 Answers  


How many constructors can a class have in c#?

0 Answers  


What is razor view in c#?

0 Answers  






What to implement on my class Finalize or IDisposable

0 Answers   HCL,


how dot net compiled code will become platform independent?

0 Answers  


Does unity use c++ or c#?

0 Answers  


What is the difference between gettype and typeof in c#?

0 Answers  


How do you serialize in c#?

0 Answers  


Name the property of the textbox which cannot be changed at runtime?

0 Answers  


What is monitor in C#?

0 Answers   TryTechnicals Pvt Ltd,


Categories