What is abstract class ?

Answer Posted / dharmendra nonia

abstract class is a class that can not be instanciated and
abstract class contain only abstract method. it can be
inharited and the method that is declare inside the
abstract class is override by the derived class.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are value types sealed?

728


How are delegates chosen?

666


How can you force derived classes to provide new method implementations for virtual methods?

707


What can you do as a .net developer?

701


What does return do in for loop?

698


Define sealed classes in c#?

710


What is selector c#?

684


What does it mean?

740


What is serialization in c#?

668


Can abstract class instantiated c#?

689


What do u meant by "SBI" of an object?

761


What is an escape sequence?

710


What is void method?

730


What is an ienumerable in c#?

734


My switch statement works differently! Why?

711