Object Oriented Programming Using C Plus Plus - Study Mode
[#201] If you design a class that needs special initialization tasks, you will want to design a(n) _____
Correct Answer
(C) constructor
[#202] Which type of statement does not occur in computer programs?
Correct Answer
(C) denial
[#203] The newline character is always included between
Correct Answer
(C) control string
[#204] To be called object-oriented, a programming language must allow
Correct Answer
(C) inheritance
[#205] A function that returns no values to the program that calls it is _____
Correct Answer
(B) type void