Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

Paying attention to the important properties while ignoring inessential details is known as________
A:
selectiveness
B:
polymorphism
C:
abstraction
D:
summarizing
Answer: C
No answer description is available. Let's discuss.
The best form of coupling is _____
A:
complete
B:
tight
C:
loose
D:
free
Answer: C
No answer description is available. Let's discuss.
When you pass a variable _____, C++ passes only the contents of the variable to the receiving function
A:
by reference
B:
by value
C:
globally
D:
locally
Answer: B
No answer description is available. Let's discuss.
Which of the following statements allows the user to enter data at the keyboard?
A:
cin << currentPay;
B:
cin >> currentPay;
C:
cout << currentPay;
D:
cout >> currentPay;
Answer: B
No answer description is available. Let's discuss.
The type to be used in an instantiation of a class template follows ________
A:
the generic class name
B:
the keyword template
C:
the keyword class
D:
the template definition
Answer: A
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz