Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is abstract class ?

Answers were Sorted based on User's Feedback



What is abstract class ?..

Answer / sridevi

Abstract class is the class which can not be instantiated
but ca be derived. it can contain concreat and absract
methods

Is This Answer Correct ?    4 Yes 0 No

What is abstract class ?..

Answer / rajkamal

Abstract class is a class,Which contains abstract methods
as well as Normal methods in it.

Abstract method is a method,Which are having only Method
header no Method Body (i.e No Defination).

These Abstract Methods should Override in Sub Classes.

Abstract Class is Not Instancible (i.e we can't create
Object for that class),why Because Abstract class is not
fully Defined.

Is This Answer Correct ?    2 Yes 0 No

What is abstract class ?..

Answer / jyothish vakkom

a class containing a pure virtual function and which is
declared in d base class is called abstract class...which
contains abstract variables and methods

Is This Answer Correct ?    0 Yes 1 No

What is abstract class ?..

Answer / ilangkumaran

abstract class is class which has abstractmethods and
definition only there has been no implementation.

Is This Answer Correct ?    0 Yes 3 No

What is abstract class ?..

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

More C Sharp Interview Questions

How to find methods of a assembly file (not using ILDASM)?

0 Answers  


How does dll hell solve in .net?

0 Answers  


What is difference between abstract class and interface in c#?

0 Answers  


Can you access a hidden base class method in the derived class?

0 Answers  


How do I download a program to my desktop?

0 Answers  


What are sessions in c#?

0 Answers  


What?s an abstract clas?

5 Answers   Mind Tree,


i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...

1 Answers   Royal Enfield,


What is the default value of datetime in c#?

0 Answers  


Why is it efficient to use System.string under System.Text.StringBuilder ?

0 Answers   Siebel,


State two different types of access modifiers.

0 Answers  


Why do we need indexer in c#?

0 Answers  


Categories