Object Oriented Programming Using C Plus Plus - Study Mode
[#256] The process of extracting the relevant attributes of an object is known as
Correct Answer
(C) abstraction
[#257] You must provide a constructor for a derived class
Correct Answer
(B) if the base class constructor required arguments
[#258] If you want to override constructor default values for an object you are instantiating, you must also override
Correct Answer
(B) all parameters to the left of that value
(F) all parameters to the left of that value
[#259] To use one of the C++ built-in mathematical functions, you must include the _____ header file in your program
Correct Answer
(D) math.h
[#260] Errors in a program are called
Correct Answer
(C) bugs