Computer Science - Object Oriented Programming Using C++

1.
A function whose purpose is to send messages to other functions is known as a _____
dispatcher
courier
messenger
sender
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
With commercial classes, the function source code is usually________
printed on high-quality paper
poorly written
provided on a disk
provided in object form
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
The type of value that a function sends back to the function that calls it is known as its _____
type
return value
reference data
sentinel
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
Assume that a program includes the short *agePtr = NULL; statement. The name of the pointer is _____
*agePtr
agePtr
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
Which of the following are never inherited?
public data members
constructor functions
void functions
overloaded + operators
Answer: Option
Explanation:
No answer description is available. Let's discuss.