Object Oriented Programming Using C Plus Plus - Study Mode
[#351] In the expression p → val, p is a(n)
Correct Answer
(B) pointer
[#352] In a template function, _____ argument is generic, or parameterized
Correct Answer
(C) at least one
[#353] Object-oriented programmers primarily focus on _________
Correct Answer
(C) objects and the tasks that must be performed with those objects
[#354] Which of the following is the inequality operator?
Correct Answer
(A) !=
[#355] If a derived class uses the public access specifier, then _____
Correct Answer
(A) public base class members remain public in the derived class