https://github.com/brunohnsouza/bootcamp-abstraction-oo
Using the four pillars of Object Orientation (Abstraction, Encapsulation, Inheritance and Polymorphism) to abstract a Bootcamp
https://github.com/brunohnsouza/bootcamp-abstraction-oo
java oop poo
Last synced: about 1 year ago
JSON representation
Using the four pillars of Object Orientation (Abstraction, Encapsulation, Inheritance and Polymorphism) to abstract a Bootcamp
- Host: GitHub
- URL: https://github.com/brunohnsouza/bootcamp-abstraction-oo
- Owner: brunohnsouza
- Created: 2022-11-04T17:21:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T17:48:20.000Z (over 3 years ago)
- Last Synced: 2025-02-16T02:25:06.971Z (over 1 year ago)
- Topics: java, oop, poo
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π INFORMATIONS:
### π OBJECTIVE: *Abstract a **Bootcamp** using the pillars of Object Orientation.*
- Bootcamp Project Challenge **PotΓͺncia Tech powered by iFood - Java Beginners** -> DIO (Digital Innovation One);
### CLASSES:
- **[Conteudo -> ](/bootcampAbstracao/src/dominio/Conteudo.java)**
- **[Curso -> ](/bootcampAbstracao/src/dominio/Curso.java)**
- **[Dev -> ](/bootcampAbstracao/src/dominio/Dev.java)**
- **[Mentoria -> ](/bootcampAbstracao/src/dominio/Mentoria.java)**
- **[Bootcamp -> ](/bootcampAbstracao/src/dominio/Bootcamp.java)**
### π§° TOOLS AND TECHNOLOGIES USED:
- **IDE:** Eclipse 2022-09 (4.25.0);
- Openjdk 17.0.4 2022-07-19.
### π‘ IDEAS IMPLEMENTED:
- Method **cancelarMatriculaBootcamp()**, which will reverse the Bootcamp application process.
[See ->](/bootcampAbstracao/src/dominio/Dev.java)
### π§βπ« INSTRUCTOR:
- [Camila Cavalcante](https://github.com/cami-la)
### ORIGINAL DESIGN:
- [See ->](https://github.com/cami-la/desafio-poo-dio)