A Java superclass is a
A Java class may be either a subclass, a superclass, both, or neither!
The Cat class in the following example is the subclass and the Animal class is the superclass.
public class Animal { |
A Java superclass is a
A Java class may be either a subclass, a superclass, both, or neither!
The Cat class in the following example is the subclass and the Animal class is the superclass.
public class Animal { |
No comments:
Post a Comment