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?s an abstract clas?

Answers were Sorted based on User's Feedback



What?s an abstract clas?..

Answer / kiran

1 We must say a class as abstract if it contains at least
one abstract method
2.you cannot create instance of an abstract class.

Is This Answer Correct ?    2 Yes 0 No

What?s an abstract clas?..

Answer / umesh

A class that cannot be instantiated. A concept in C++ known
as pure virtual method. A class that must be inherited and
have the methods over-ridden. Essentially, it?s a blueprint
for a class without any implementation.

Is This Answer Correct ?    1 Yes 0 No

What?s an abstract clas?..

Answer / mohit

it is not pure virtual class like interface. in this we can
implement also method but we can not create instance of
absract class.

Is This Answer Correct ?    1 Yes 0 No

What?s an abstract clas?..

Answer / rajesh

I Think they have no meaning,abstact class is nothing but
we are going to use that class in the program(we are
overcoming this class in the main program) and how it looks
like is written at the starting which we call it as
abstarct class.It will not occupy any memory unless we
create object.

Is This Answer Correct ?    1 Yes 0 No

What?s an abstract clas?..

Answer / pushparaj pentakota(anakapalli

the class which is having atleast one abstract method is called abstract class.and we can't create an object on these classes.we have to implement those methods in child class to make that as concreate class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the Configuration files in .net?

0 Answers  


what optimizations does the c# compiler perform when you use the /optimize+ compiler option?

0 Answers   4Cplus,


How do you determine whether a string represents a numeric value?

0 Answers  


What is dto c#?

0 Answers  


What is the use of iqueryable in c#?

0 Answers  


Why use “using” in c#?

0 Answers  


If I want to override a method 1 of class A and in class b then how do you declare ?

4 Answers   MMTS,


What is Inheritance in C#?

1 Answers   B-Ways TecnoSoft,


What is activator c#?

0 Answers  


What is difference between abstraction and encapsulation in c#?

0 Answers  


Why do we use struct in c#?

0 Answers  


Explain the Usage of web.config

0 Answers   Microsoft,


Categories