Which of the following statement is false about constructor

All QuestionsCategory: Cpp LanguageWhich of the following statement is false about constructor
Anonymous asked 3 years ago

Options:

  1. Same name as class name
  2. No return type
  3. Invoked just after object creation
  4. None of the above