Object Oriented Programming Using C Plus Plus - Study Mode
[#121] _____ refers to the process of locating and removing the errors in a program
Correct Answer
(C) Debugging
[#122] Static variables are sometimes called
Correct Answer
(A) class variables
(E) class variables
[#123] You can pass _____ to functions
Correct Answer
(D) All of the above
[#124] Element doubleArray[7] is which element of the array?
Correct Answer
(C) the eighth
[#125] Compared with the classes from which they are derived, inherited classes may have _____
Correct Answer
(C) both (a) and (b)