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

Which one of the following statements does correctly describe one of the many characteristics of constructors?

  1. They can be inherited
  2. They can return values, like other functions
  3. They can be declared anywhere in the class
  4. They can have default arguments



Answer: 
Option d: They can have default arguments

Explanation Here

Post a Comment

0 Comments