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 a pure virtual function?

Answers were Sorted based on User's Feedback



What is a pure virtual function?..

Answer / nashiinformaticssolutions

• A function declared with = 0 in a base class, making it abstract. Example:
• virtual void display() = 0;

Is This Answer Correct ?    0 Yes 0 No

What is a pure virtual function?..

Answer / glibwaresoftsolutions

• A function declared with = 0 in a base class, making it abstract. Example:
• virtual void display() = 0;

Is This Answer Correct ?    0 Yes 0 No

What is a pure virtual function?..

Answer / hr@tgksolutions.com

• A function declared with = 0 in a base class, making it abstract. Example:
• virtual void display() = 0;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

What do you mean by virtual function and virtual classes?

0 Answers   MCN Solutions,


What is the difference between an Abstract class and Interface?

0 Answers  


Can we have a default method definition in the interface without specifying the keyword "default"?

0 Answers  


What is the difference between class inheritance and interface inheritance?

0 Answers  


What are the access modifiers?

0 Answers  


Explain the use of Vtable and what are the various problems to override the functions?

0 Answers   Ittiam Systems,


Differentiate between data abstraction and encapsulation.

0 Answers  


What are the basic concepts of oop?

0 Answers  


What is bootstrap, extension and system class loader? Or can you explain primordial class loader?

0 Answers  


Can an interface contain fields?

0 Answers  


Explain about the analysis phase?

0 Answers  


Which keyword can be used for overloading?

0 Answers  


Categories