Object Oriented Programming Using C Plus Plus - Study Mode
[#131] Which of the following is not a programming control structure?
Correct Answer
(D) sorting
[#132] The bitwise OR operator is a
Correct Answer
(B) binary operator
[#133] A class Stockltems has four data members and three function members. You define 50 objects as members of the class. Which is true?
Correct Answer
(A) Only one copy of each of the three functions exists
[#134] The continue statement should be written only
Correct Answer
(A) in the body of a loop
[#135] A major advantage of inheritance is
Correct Answer
(A) reducing the time it takes to create new objects