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 class?

Answer Posted / sudhir gaddam

The class,which does not support object creation is called
as abstract class...i.e,abstract class cannot be
instantiated.Abstract class should have atleast one
abstract method.Abstract class can have ordinary methods
(concrete methods).Abstract class can have abstract
methods,ordinary
methods,fields,properties,constructors,destructors and
constants.Abstract class can inherit class
and one or more interfaces.In vb.net abstract can be called
as must inherit class.Abstract class is faster then
interface.Abstract class can contain default code and
complete code.Abstract class can contain method
implementations.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is parsing?

976


What is sqlconnection in c#?

982


Explain data types in c#?

985


Does console.writeline() stop printing when it reaches a null character within a string?

1019


Why do we use constructors in c#?

1182


What is boxing & unboxing?

1061


What is stringbuilder c#?

1011


Explain the accessibility modifier protected internal?

917


Explain static class members.

1108


What is the value which is accepted by all data types ?

1040


What is variable in c#?

1005


What are anonymous types in c#?

961


Is multiple inheritance possible in c#?

1044


List down the different ide’s provided by microsoft for c# development.

932


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

1020