Solved

In C++11, in a Class Called Employee That Has Explicitly

Question 50

Multiple Choice

In C++11, in a class called Employee that has explicitly defined constructors, you can specify that the default constructor should be generated with the declaration ________.


A) Employee() = decltype;
B) Employee() = explicit;
C) Employee() = default;
D) Employee() = generate:

Correct Answer:

verifed

Verified

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

Related Questions