java-coding-problems/src/inheritance at main · jfullstackdev/java-coding-problems

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

README.md

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