Solved

What Is a Constructor

Question 14

Multiple Choice

What is a constructor?


A) a class automatically called whenever a new object of this class is created.
B) a class automatically called whenever a new object of this class is destroyed.
C) a function automatically called whenever a new object of this class is created.
D) a function automatically called whenever a new object of this class is destroyed.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions