How to avoid changing constant values?
Answers were Sorted based on User's Feedback
Explain the ISA and HASA class relationships. How would you implement each in a class design?
Which is best ide for c++?
What is a block in c++?
What are shallow and deep copy?
What is pair in c++?
What is public, protected, private in c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is the use of static functions?
What is atoi?
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
Explain the volatile and mutable keywords.
When should overload new operator on a global basis or a class basis?