Question Detail Can we overload constructors in C++ YesNo Answer: Option A Similar Questions : 1. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 2. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 3. Meaning of deed copy is A deep copy creates a copy of the dynamically allocated objects tooA deep copy just copies the values of the data as they areA deep copy creates a copy of the statically allocated objects tooBoth A and C Answer: Option A 4. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 5. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1