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...

Can we create instance for Abstract class?

Answer Posted / rupali

we cant make object of abstract class becoz, in the vtable the vtable entry for the abstract class functions will be NULL, which ever are defined as pure virtual functions...

even if there is a single pure virtual function in the class the class becomes as abstract class..

if there is a virtual function in your class the compiler automatically creates a table called virtual function table .. to store the virtual function addresses.... if the function is a pure virtual function the vtable entry for that function will be NULL.

even if there is a single NULL entry in the function table the compiler does not allow to create the object.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array and types of array in c#?

1076


What is private and shared assembly?

1065


I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?

1005


Define c# i/o classes?

978


Explain how can you clean up objects holding resources from within the code?

975


How many types of constructors are there?

919


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

996


How C# 4.0 supports dynamic programming language?

1066


What are strongly typed objects?

978


What is verbatim string literal in c#?

1034


What is the components of window?

959


What is stringwriter c#?

863


What are the types of comments in c#?

1032


What is dictionary class in c#?

1047


How many types of delegates are there in c#?

1028