Sumários

Clarification of doubts and Exercises

8 Outubro 2024, 09:30 Diogo Roque Mendes


Preparation exercises for the mini-test.
Clarification of doubts and support for the first evaluation of the project.

Classes Abstratas

3 Outubro 2024, 14:00 José Jorge Marreiros Serro


Aprofundados conceitos de herança com o mecanismo de classes abstratas do Java. Fornecidos vários exemplos e exercícios práticos.

Exception Handling and Lambda Functions

1 Outubro 2024, 09:30 Diogo Roque Mendes


Exceptions:

- What are they?
- Types
- How to use
- Good practices
- Exercises on the topic
Lambda Functions:
- What are they?
- Construction
- filter() and map() functions
- Exercises on the topic

Herança e polimorfismo

26 Setembro 2024, 14:00 José Jorge Marreiros Serro


Introdução a mais conceitos de programação orientada a objetos, nomeadamente a herança e o polimorfismo. Realização de exercícios e mais recapitulação da linguagem

Encapsulation, Inheritance and Polymorphism

24 Setembro 2024, 09:30 Diogo Roque Mendes


Encapsulation, Inheritance and Polymorphism
- Definition of Encapsulation
- Definition of Inheritance
- Types of Inheritance
- Definition of Polymorphism
- Practical exercises on the topic