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 ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by jagged arrays in c#?

996


What is windows forms in c#?

969


What is a jagged array?

963


What does the initial catalog parameter define in the connection string?

975


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

935


What is an arraylist in c#?

1137


What is nameof c#?

943


Can you store strings in arrays?

1024


What is lastindexof c#?

915


Write the difference between TypeOf and GetType?

1067


Explain the types of errors in c#?

952


What is a class level variable in c#?

1031


Is array value type in c#?

1081


Can constructor be protected?

949


Why do we use delegates?

925