Differentiate between the message and method in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How would you call C functions from C++ and vice versa?
What is unary operator? List out the different operators involved in the unary operator.
What is the difference between multiple and multilevel inheritance in c++?
Explain unexpected() function?
What is the return value of the insertion operator?
sizeof - is it a function or operator?
Explain the different access specifiers for the class member in c++.
What c++ library is string in?
What is runtime polymorphism in c++?
Which c++ compiler is best?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
List the issue that the auto_ptr object handles?