Question: Question 86 ____ takes the perspective that a program describes what the solution to a problem is, not how that problem is solved. Interpretive programming
Question 86
____ takes the perspective that a program describes what the solution to a problem is, not how that problem is solved.
| Interpretive programming | ||
| Resolution | ||
| Declarative programming | ||
| Unification |
1 points
Question 87
In C++, a pure virtual declaration is a function declared with the keyword virtual and ____.
| the keyword null | ||
| a pointer | ||
| parentheses | ||
| the keyword void |
1 points
Question 88
C++ permits an object to be allocated either directly on the stack or as a pointer.
True
False
1 points
Question 89
Referencing is the ability of a class to use the behavior and/or properties of classes above it in its hierarchy.
True
False
1 points
Question 90
Java uses value semantics, such that variables refer to an objects value.
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
