Class Inheritance in Java

7    29 Feb 2016 12:06 by u/mpdaronco123

3 comments

1

I get errors when I tried running javac on inherit.java and inherit2.java

Edit: Also, this is false:

Note that a class can extend more than one super class. You need to provide a list of comma separated names of super classes, as such:

public class Gecko extends Reptile, Animal, Quadruped {}
0

The value of add1: is not 11 lol