Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.4 KB

Homework for Java Programming

Serialization practice

Class Tree : Person>Graduate>Student(Serialized) and Serialization as the test main method for Click here.

Calculator Project Code - OOP style upgraded

Click here.

Calculator Project Code

Click here.

Gui Practice

Click here.

Pokemon class

introduction of downcasting and cloning

Click [here](https://github.com/minwoo19930301/Homework/tree/master/pokemonJava).

Homework for animal class

Click here for the code repository.


|-------------------------------------------------|
|Animal(abstract)                                 |                                     
|-------------------------------------------------|
|Canine(abstract)      |  Feline(abstract)        |
|-------------------------------------------------|
|Dog                   |  Cat                     |
|-------------------------------------------------|


+updated Pet interface and Robot-RobotDog class tree