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 virtual destructor

Answer Posted / isha

Dear friend , you have done a mistake..
Example:

class Employee {
virtual ~Employee() {}
};

class Manager : public Employee {
~Manager() {}
}

Employee * m = new Manager();//here was the mistake
delete m; // <--

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is polymorphism needed?

1126


How is polymorphism achieved?

1111


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2161


What is abstraction with example?

1171


Are polymorphisms mutations?

1213


How to improve object oriented design skills?

1066


write a program that takes input in digits and display the result in words from 1 to 1000

2490


Give two or more real cenario of virtual function and vertual object

2366


Please send ford technologies placement paper 2 my mail id

2148


which feature are not hold visual basic of oop?

2235


What is the main purpose of inheritance law?

1248


What does no cap mean?

1118


What is inheritance and how many types of inheritance?

1156


What is byval and byref? What are differences between them?

2269


Why do we use polymorphism?

1129