Multiple Choice
A Java ______ specifies behaviors that are common to a group of classes.
A) package
B) final class
C) interface
D) subclass
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What are the two basic kinds of
Q2: _ enables the reuse of existing classes.<br>A)Encapsulation<br>B)Inheritance<br>C)Polymorphism<br>D)Simulation
Q3: A subclass inherits all of the following
Q5: If a method definition in a superclass
Q6: What is meant by object type compatibility?
Q7: Inheritance should only be used when a(n)_
Q8: A package cannot contain other packages.
Q9: A superclass method can be accessed by
Q10: What is method overloading?
Q11: Name two things that an abstract class