[POO] README for aula04 added
This commit is contained in:
parent
9eac577b42
commit
5405ea5d84
|
@ -0,0 +1,16 @@
|
||||||
|
# Programação Orientada a Objetos
|
||||||
|
## Aula 04
|
||||||
|
### Tópico principal da aula: Classes
|
||||||
|
|
||||||
|
* [Guião](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/2semestre/poo/guides/POO-2021-aula04.pdf)
|
||||||
|
|
||||||
|
### Exercise List
|
||||||
|
| Exercise Number | File Name |
|
||||||
|
|-----------------|----------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| 1 | [Shapes.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula04/Shapes.java) |
|
||||||
|
| 2 | [CashRegisterDemo.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula04/CashRegisterDemo.java) |
|
||||||
|
| 3 | [SimpleCarDemo.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula04/SimpleCarDemo.java) |
|
||||||
|
| 4 | [CarDemo.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula04/CarDemo.java) |
|
||||||
|
* [Car.java](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/2semestre/poo/src/aula04/Car.java) • Class de suporte para os exercícios 3 e 4.
|
||||||
|
---
|
||||||
|
*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)
|
Loading…
Reference in New Issue