Is java made in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write about the use of the virtual destructor?
Why is c++ called oops?
Are c and c++ different?
Which operator can not be overloaded in C++?
What are vtable and vptr?
What is buffer and example?
What are the strengths of C++?
Explain the difference between c & c++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What are virtual constructors/destructors?
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.
Explain storage qualifiers in c++.