Solved

As an Alternative to Repeating Code in Multiple Constructors, What

Question 18

Multiple Choice

As an alternative to repeating code in multiple constructors, what can be used to indicate that another instance of a class constructor should be executed before any statements in the current constructor body?


A) parameterless constructor
B) value constructor
C) constructor initializer
D) default constructor

Correct Answer:

verifed

Verified

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

Related Questions