In: Computer Science
At execution time, calls to methods are resolved based on the type of the object to which the reference refers to using a process called
|
dynamic binding. |
|
|
static binding. |
|
|
symmetric binding. |
|
|
none of the above |
Classes that can be used to instantiate objects are called
|
abstract classes. |
|
|
concrete classes. |
|
|
solid classes. |
|
|
none of the above |
The keyword to use in the class declaration to indicate that it uses an interface is
|
inherits. |
|
|
implements. |
|
|
extends. |
|
|
none of the above |
The UML expresses the relationship between a class and an interface through a
|
realization relationship. |
|
|
is-a relationship. |
|
|
has-a relationship. |
|
|
none of the above |
By default, interface methods are considered
|
private and abstract. |
|
|
public and abstract. |
|
|
abstract only. |
|
|
none of the above |