33 lines
2.1 KiB
Markdown
33 lines
2.1 KiB
Markdown
|
# Programação Orientada a Objetos
|
||
|
## Aula 11
|
||
|
### Tópico principal da aula: Files
|
||
|
|
||
|
* [Guião](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/guides/POO-2022-aula11.pdf)
|
||
|
|
||
|
### File List per Exercise
|
||
|
|
||
|
#### Ex1
|
||
|
* [WordPairCounter.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex1/WordPairCounter.java)
|
||
|
|
||
|
#### Ex2
|
||
|
* [GradebookTester.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex2/GradebookTester.java)
|
||
|
* [Gradebook.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex2/Gradebook.java)
|
||
|
* [Student.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex2/Student.java)
|
||
|
* [SimpleGradeCalculator.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex2/SimpleGradeCalculator.java)
|
||
|
* [IGradeCalculator.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex2/IGradeCalculator.java)
|
||
|
|
||
|
#### Ex3
|
||
|
* [Customer.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex3/Customer.java)
|
||
|
* [EnergyUsageReport.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex3/EnergyUsageReport.java)
|
||
|
* [EnergyUsageReportTester.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex3/EnergyUsageReportTester.java)
|
||
|
|
||
|
#### Ex4
|
||
|
* [Main.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex4/Main.java)
|
||
|
* [Company.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex4/Company.java)
|
||
|
* [Time.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex4/Time.java)
|
||
|
* [Flight.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex4/Flight.java)
|
||
|
* [FlightManager.java](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula11/ex4/FlightManager.java)
|
||
|
|
||
|
---
|
||
|
*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)
|