4.14 |
Given the following class, which of these are valid ways of referring to the class from outside of the package net.basemaster? package net.basemaster; public class Base { // ... } Select the two correct answers.
|
4.15 |
Which one of the following class definitions is a valid definition of a class that cannot be instantiated? Select the one correct answer.
|
4.16 |
Which one of the following class definitions is a valid definition of a class that cannot be extended? Select the one correct answer.
|