Computer Science - Object Oriented Programming Using C++

26.
The actual arguments cannot he
a constant or a variable
of a different type from the corresponding formal arguments
other functions
expressions
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

27.
The function stricmp("Jose", "JOSE") will return _____
- 1
0
1
Answer: Option
Explanation:
No answer description is available. Let's discuss.

28.
Which is true?
Coincidental cohesion is stronger than procedural cohesion
Logical cohesion is stronger than coincidental cohesion
Sequential cohesion is weaker than temporal cohesion
The weakest cohesion is functional
Answer: Option
Explanation:
No answer description is available. Let's discuss.

29.
A predefined function that may be used to handle memory allocation errors is
handle_error
set_new_handler
new_fix
memory_error
Answer: Option
Explanation:
No answer description is available. Let's discuss.

30.
A function in a derived class that has the same name as a function in the parent class _____
will cause an error message to display
will override the base class function
will be overridden by the base class function
will execute immediately after the base class function executes
Answer: Option
Explanation:
No answer description is available. Let's discuss.