C++ MQCs with Explanation (CHAPTER 6: CONSTRUCTORS AND DESTRUCTORS)

Which of the following is NOT TRUE about constructors and destructors?

  1. They must the same names as class
  2. They cannot return values
  3. They can be invoked only once in a program
  4. They are called automatically



Answer: 
Option a: They must the same names as class

Explanation Here

Post a Comment

0 Comments