Multiple Choice
Which of the following statements is true?
A) The compiler knows about fundamental types that are "built into" C++.
B) A new type that you create is known as a user-defined type.
C) New classes, when packaged properly, can be reused by other programmers.
D) All of the above are true.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The default value for a string is
Q3: Which of the following statements is false?<br>A)
Q4: Which of the following statements is false?<br>A)
Q5: You can initialize fundamental-type data members in
Q6: The return type _ indicates that when
Q8: Normally, constructors are _.<br>A) private<br>B) protected<br>C) privy<br>D)
Q9: Assuming that text is a variable of
Q10: C++ Standard Library function getline, from the
Q11: Typically, you cannot call a member function
Q12: Which of the following statements is false?<br>A)