Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 505 Bytes

File metadata and controls

31 lines (21 loc) · 505 Bytes

Assignment 01

Here is instructions to get going and execute the different tasks.

Task 01 - Classes and objects

Compile and execute the program like this.

cd task_01
javac *.java
java Main

Task 02 - Inheritance and composition

This is a gradle project, compile and execute like this.

cd task_02
./gradlew run --console plain -q

Task 03 - Interface and abstract

This is a gradle project, compile and execute like this.

cd task_03
./gradlew run --console plain -q