What is Destructor in C++?
Answer / Rishu Mair
A destructor in C++ is a special member function of a class that is automatically called when an object of its class goes out of scope or is deleted. It is used to release any resources allocated by the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we implement inheritance in c++?
How can you find the nodes with repetetive data in a linked list?
What is exception handling in C++?
What is an Object/Instance?
What is an overflow error?
Write bites in Turbo c++ Header ("Include") Files.
When a function is made inline. Write the situation where inline functions may not work.
Can c++ be faster than c?
How does c++ sort work?
Define a constructor?
What are friend functions in C++?
What do you mean by abstraction in C++?