Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  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

Reveal answer Fill a bubble to check yourself
C Correct answer