Sponsored Links

Interview Questions



INTERVIEW QUESTIONS C++ INHERITANCE IN C++ DETAILS

Question: What Is The Use of VirtualDestructer?

Answer: Virtual destructor is used for the polymorphic decomposition of allocated resources.

Category Inheritance in C++ Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.3) By 6883 users
Added on 9/12/2012
Views 79788
Rate it!

Question: What Is The Use of VirtualDestructer?

Answer:

Virtual destructor is used for the polymorphic decomposition of allocated resources. Source: CoolInterview.com

Answered by: Vishal Singh | Date: 9/14/2007 9:50:40 PM | Contact Vishal Singh Contact Vishal Singh

in the case of multiple inheritance same member function in both and derived class exist then the two copies of childs will be created. so there is an ambiguity between which function to execute so virtual functions are introduced.we can accept the derived and based class methods with help of pointers.if pointer points to base method then base method will be executed.if it points to derive then derive will be executed so in order to delete these pointers we go for virtual desstructors Source: CoolInterview.com

Answered by: krishna | Date: 9/16/2007 10:54:24 AM | Contact krishna Contact krishna

virtual destructer is used so that while deleting the pointer to base class but pointing to base class invokes the derived class destructor first,then the base class destruct hence preventing memory leak... Source: CoolInterview.com

Answered by: praveen | Date: 9/22/2007 | Contact praveen Contact praveen

First pls get clear with virtual function conceptss...
suppose we have a class hierachy
Empl-->Manager-->CEO
now we are creating
Empl* e1;
CEO c1;
e1= & c1;
Now when ever my e1 goes out of scope because e1 is of type Empl only the destructor of e1 is called & memory is freed for attributes of e1 only. ¬ for Manager & CEO attributes so we have the memory leakage problem

so if we are making Destructor as a virtual so exceutin of destructor will follow
~CEO-->~Manager-->~Empl path so Memory for all the data is freed.....

so to avoid these Memory Leakage problem we have to make destructor as a virtual destructor.....

Now if u have understood the explanation pls tell me
Can we have virtual constructor???


Source: CoolInterview.com

Answered by: Mihir P Trivedi | Date: 9/23/2007 | Contact Mihir P Trivedi Contact Mihir P Trivedi

virtual destructors are used to deallocate the memory in prper order if the memory is allocated through new
for example
base *p;
p=new derive;
firstly the base class constructor would be called followd by the derive class
if we now say delete p then destruction should proceed from derive to base.
this can be ensured by declaring base class destructor virual Source: CoolInterview.com

Answered by: Rohit Adhlakha | Date: 9/23/2007 | Contact Rohit Adhlakha Contact Rohit Adhlakha


If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
  • There should not be any Spelling Mistakes.
  • There should not be any Gramatical Errors.
  • Answers must not contain any bad words.
  • Answers should not be the repeat of same answer, already approved.
  • Answer should be complete in itself.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification Enter the above shown code: *
Inform me about updated answers to this question

Related Questions
View Answer
Is there any way to write a class such that no class can be inherited from it. Please include code

View Answer
What do you mean by inheritance?


View Answer
class A()
{
};

int main()
{
A a;
}

Whether there will be a default constructor provided by the compiler in above case ?


View Answer
what is the use of volatile keyword? Give me one example?

View Answer
it possible to inherit the private member in drived class?

View Answer
Can you prevent your class from being inherited and becoming a base class for some other classes?
View Answer
Can you allow class to be inherited, but prevent the method from being over-ridden?
View Answer
Can you inherit multiple interfaces?
View Answer
If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?
View Answer
What do you mean by inheritance?
View Answer
What is RTTI?
View Answer

Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.

View All Inheritance in C++ Interview Questions & Answers - Exam Mode / Learning Mode



User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2025 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions