Answer Posted / dee
delete "this" lead in calling the destructor twice.
"this" poanter is related to object and the destructor is
called when the object goes out of scope.
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What will the line of code below print out and why?
Describe linkages and types of linkages?
Is c++ low level?
What is c++ array?
what are the events occur in intr activated on interrupt vector table
What is nested class in c++?
Write about the local class and mention its use?
What is class definition in c++ ?
What are the two main components of c++?
Write about the access privileges in c++ and also mention about its default access level?
What do you mean by inheritance in c++?
Which one is a preferred language C or C++? Why?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is ios in c++?
What is a far pointer? where we use it?