Which of the following statment(s) is(are) true for constructors & destructors

  1. constructors are executed only(once) when the first object is instantiated

  2. destructor is executed only at the end of main() execution

  3. constructors are executed on every object instantiation

  4. destructor is executed when all the objects of the class moves out of scope

  5. constructors can not take parameters


Correct Option: C

Find more quizzes: