Hello,
If I had two subclasses, for example pet and mammal, could I have another subclass like dog that would extend both
Thanks,
cloudster101


1 2 3 4 5 6 7 8 9 10 | public void act() { if (isTouching(house. class )) { removeObject(snake) removeObject(person) removeObject(house) } } |