Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

The extraction operator >> is a(n)
A:
overloaded function
B:
C++ class
C:
C++ object
D:
static reference variable
Answer: A
No answer description is available. Let's discuss.
The getline() function reads a line of text until _____
A:
the length used as the second argument is reached
B:
the character used as the third argument is reached
C:
either (a) or (b)
D:
neither (a) nor (b)
Answer: C
No answer description is available. Let's discuss.
Which of the following creates an animal object named dog?
A:
animal "dog";
B:
animal dog;
C:
dog "animal";
D:
dog animal;
Answer: B
No answer description is available. Let's discuss.
Procedural cohesion is similar to sequential cohesion, except that with procedural cohesion _____
A:
the tasks are not done in order
B:
the tasks are simpler
C:
the tasks share data
D:
the tasks do not share data
Answer: D
No answer description is available. Let's discuss.
An address is a _____ , while a pointer is a _____
A:
array, variable
B:
constant, variable
C:
variable, position
D:
variable, location
Answer: D
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz