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 the difference between User controls and Custom Controls?

653


Explain the Different types of configuration files in .net?

662


What are the different states of a thread?

607


What is the difference between string keyword and system.string class?

600


Why var is used in c#?

605






What are delegates and why are they required?

587


What is difference between virtual and override in c#?

542


Can partial class be inherited?

582


What do you mean by sealed classes and static classes?

614


I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?

646


Which is executed if an exception has not occurred?

598


What is an array? Give the syntax for a single and multi-dimensional array?

562


Explain the use of Mutex in C#?

651


What Is A Multicast Delegate?

630


Can scriptable objects have methods?

580