140221 BasicJava Part13 Inheritance

Inheritance allows the programmer to extend the functionality of a class into a new class, and... do more stuff. The example in this video shows off the Boolean operator instanceof, the superclass-of-them-all Object, and a quirky feature of jMonkeyEngine involving the deletion of a project and then the creation of a project with the exact same name... without restarting jMonkeyEngine. .... that’s “My Bad“
Back to Top