A series of examples and explanations to understand Java method and field inheritance.
cd ~
git clone https://github.com/azidar/cs61b-java-inheritance.git
cd cs61b-java-inheritance
ls
- Instance Methods (instanceMethods)
- Static Methods (staticMethods)
- Fields (fields)
- Fields with Constructor Convention (fieldsConstructor)
You can follow the lab instructions, but generally:
- Open Intellij
- Select Create New Project from Existing Sources
- Select the folder
cs61b-java-inheritance
- Make sure you select the Java SDK.
THERE IS NO NEED TO IMPORT ANY LIBRARIES
Email me if you have questions! Adam