https://github.com/memosainz/plantas-oop
An exercise where the practice was about using inheritance/abstraction with every class with their respective atributes, as well, their constructores and methods.
https://github.com/memosainz/plantas-oop
java oop
Last synced: about 2 months ago
JSON representation
An exercise where the practice was about using inheritance/abstraction with every class with their respective atributes, as well, their constructores and methods.
- Host: GitHub
- URL: https://github.com/memosainz/plantas-oop
- Owner: MemoSainz
- Created: 2024-08-01T20:34:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T20:39:22.000Z (10 months ago)
- Last Synced: 2025-02-07T13:40:19.754Z (4 months ago)
- Topics: java, oop
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Plantas OOP
An exercise where it was intended there will be a Parent class (Plant) and will have Children classes (Tree, Bush & Flower), and every class will have their own atributes and methods.
Here it is being practices the abstract inheritance for OOP.And some methods will display in the terminal.
Most of the project it was about showing the skills and the order of the code for Java in OOP.
## Plantas POO
Todo el proyecto se trata de mostrar las habilidades y el orden en el código para Java en POO.
All lefts reserved © Memo Sainz 2024