[POO] README update
This commit is contained in:
parent
59321a15f1
commit
7e9b485fc8
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
Loading…
Reference in New Issue