2nd week of learning
i need to figure out which class implements and extends what, using dash for "implements" and solid line for "extends"
i'll just write in words, since this is not graphical
- Bar implements Foo
- Vout implements Vinn and is abstract
- Fluffie extends Muffie, Muffie implemets Whuffie
- Goop extends Boop, Boop extends Zoop
- Alpha extends Gamma and implements Beta, Gamma extends Delta and implemets Epsilon
- public class Click{}
public class Clack extends Click{} - public abstract class Top{}
public class Tip extends Top{} - public abstract class Fee{}
public abstract class Fi extends Fee{} - interface Foo{}
public class Bar implement Foo{}
public class Baz extends Br{} - interface Zeta{}
interface Beta{}
public class Alpha implements Zeta{}
public class Delta extends Alpha implements Beta{}
lines 2, 4, 6, 8
several objects added, find the one with the most reference variables and lost how many there are...
The object with the most reference variables is: "Honey (11)" and there are x reference variables...
i didn't catch the one that creates the honey class from the raccoon class which calls the kit class, there are 12 in total...
Output 2 will be out, statics run first and then the constructors (when the class is called upon)
I missed that the StaticSuper is missing curves...
- False
- False
- True
- False
- True
- False
- True
- True
- False
- False
- False
- True
- False
- False
- Comparable
- compareTo()
- Yes
- Yes
- Yes
- No
- No
- Comparator
- compare()
statements 1, 2, 4, 5, 9 would compile!