Computer Science - Object Oriented Programming Using C++

46.
Which of the following assigns the number 5 to the area variable?
area 1 = 5
area = 5
area == 5
area --> 5
area < > 5
Answer: Option
Explanation:
No answer description is available. Let's discuss.

47.
A base class may also be called a
child class
subclass
derived class
parent class
Answer: Option
Explanation:
No answer description is available. Let's discuss.

48.
The _____ mode tells C++ to open a file for input
add::ios
in::file
ios::app
ios::in
ios::out
Answer: Option
Explanation:
No answer description is available. Let's discuss.

49.
Using the wardrobe structure within the ShopList structure is an example of a good programming principle, known as _____
reusability
polymorphism
redundancy
recursion
Answer: Option
Explanation:
No answer description is available. Let's discuss.