25 lines
1.1 KiB
Markdown
Executable File
25 lines
1.1 KiB
Markdown
Executable File
# Programação Orientada a Objetos
|
|
## Aula 10
|
|
### Tópico principal da aula: Collections, Files
|
|
|
|
* [Guião](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/guides/POO-2022-aula10.pdf)
|
|
|
|
### File List per Exercise
|
|
|
|
#### Ex1
|
|
* [Book.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula10/ex1/Book.java)
|
|
* [BooksTest.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula10/ex1/BooksTest.java)
|
|
|
|
#### Ex2
|
|
* [BooksTest.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula10/ex2/BooksTest.java)
|
|
|
|
#### Ex3
|
|
* [CharacterCounter.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula10/ex3/CharacterCounter.java)
|
|
* [Main.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula10/ex3/Main.java)
|
|
|
|
#### Ex4
|
|
* [FileReaderTest.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula10/ex4/FileReaderTest.java)
|
|
|
|
---
|
|
*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)
|