Write about the use of the virtual destructor?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How to give an alternate name to a namespace?

0 Answers  


If there are two catch statements, one for base and one for derived, which should come first?

0 Answers  


What is lvalue?

0 Answers  


Explain object slicing in c++?

0 Answers  


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,






What are compilers in c++?

0 Answers  


What's the most powerful programming language?

0 Answers  


Specify some guidelines that should be followed while overloading operators?

0 Answers  


When to use Multiple Inheritance?

6 Answers  


What is operators in c++?

0 Answers  


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


What apps are written in c++?

0 Answers  


Categories