[POO] README update

This commit is contained in:
TiagoRG 2023-05-04 14:38:04 +01:00
parent 59321a15f1
commit 7e9b485fc8
Signed by untrusted user who does not match committer: TiagoRG
GPG Key ID: DFCD48E3F420DB42
3 changed files with 26 additions and 0 deletions

View File

@ -22,6 +22,7 @@
| [07](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula07) | Polymorphism |
| [08](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula08) | Interfaces, Collections |
| [09](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula09) | Collections |
| [10](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula10) | Collections, Files |
---
*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)

View File

@ -14,6 +14,7 @@
| [07](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula07) | Polymorphism |
| [08](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula08) | Interfaces, Collections |
| [09](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula09) | Collections |
| [10](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/src/aula10) | Collections, Files |
---
*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)

View File

@ -0,0 +1,24 @@
# 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)