1. At run-time, a Java program is nothing more than objects 'talking' to ___________.
5 Score
A.Other objects
B.Other methods
C.Other classes
2. The relation between Car and Owner or BankAccount and Customer is example for:
0 Score
A.Aggregation
B.Composition
C.Association
3. Which keyword is used to inherit a class in Java?
5 Score
A.implements
B.extends
C.inherits