Roy Tang

Programmer, engineer, scientist, critic, gamer, dreamer, and kid-at-heart.

Blog Notes Photos Links Archives About

ClassB extends from ClassA which also extends from Object. Therefore ClassB extends Object indirectly, through classA

“Every class extends class Object” just means if you don’t specify the parent class, it takes on Object as the parent class