FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Inheritance

In order to implement inheritance, it needs to be separated in one folder,

so if you are in src folder,

cd inheritance

then, we need to compile it first since we will be using another class

javac Animal.java Cat.java

then

java Cat

Back | FazBrowse Home | New Git URL