Answer Posted / thuang
In replay to Vishwa,
for empty class, compiler will supply a default constructor
and a destructor for us, their access modifiers were public.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is difference between rand () and srand ()?
What is & in c++ function?
Give an example of run-time polymorphism/virtual functions.
What is c++ and its uses?
How do I make turbo c++ full screen?
How do you traverse a btree in backward in-order?
What are mutator methods in c++?
Is c++ a programming language?
Explain one-definition rule (odr).
What is #include iomanip?
Explain terminate() and unexpected() function?
What is jump statement in C++?
When can I use a forward declaration?
Why is main function important?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?