java-coding-problems/src/inheritance at main · jfullstackdev/java-coding-problems jfullstackdev Skip to content Navigation Menu Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly Sign up Appearance settings Notifications You must be signed in to change notification settings Fork 6 Star 35 Directory actionsMore optionsDirectory actionsMore optionsLatest commitREADME.mdInheritance In order to implement inheritance, it needs to be separated in one folder, so if you are in src folder, then, we need to compile it first since we will be using another class javac Animal.java Cat.java then
Inheritance In order to implement inheritance, it needs to be separated in one folder, so if you are in src folder, then, we need to compile it first since we will be using another class javac Animal.java Cat.java then