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

Can you use all access modifiers for all types?

535


What is connection pooling in ado.net?

535


What is the difference between add and addrange in c#?

490


What is view state c#?

509


Please explain the basic string operations used in c#?

539






Why we use get set in c#?

489


How do I declare a pure virtual function in c#?

584


So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?

483


What is command object in c#?

510


Can we inherit singleton class in c#?

461


What is the adv of using System.Text.StringBuilder over System.String?

528


Why is it not a good idea to use empty destructors?

536


Explain the advantage of using system.text.stringbuilder over system.string?

460


Why do we use namespace in c#?

513


Is string primitive?

487