-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f730eea
commit 3ba5b0e
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Herencia vs composición | ||
date: '2024-10-14' | ||
description: Clase 23 | ||
tags: [objetos, herencia vs composición, herencia, composición] | ||
--- | ||
|
||
## Tarea | ||
|
||
- Realizar correcciones, si las hubiera, de las entregas del trabajo práctico de objetos. | ||
- Recomendamos ir haciendo de la [página de pdep](https://www.pdep.com.ar/material/parciales): | ||
|
||
- todos los que tengan una posible solución; | ||
- Intensa Mente; | ||
- Jalogüin; | ||
- Navidad; | ||
- Yaar; | ||
- Estanciero (modificado). | ||
|
||
## Práctica | ||
|
||
Realizamos como práctica el parcial [PdePLibre](https://docs.google.com/document/d/12-nwknWda3HGG6r4vw-tDM_wmUnPUr0b4_i9WUJ8vhg/edit). | ||
|
||
## Links útiles | ||
|
||
- [Código de la clase](https://github.com/pdep-lunes/pdep-clases-2024/tree/main/Objetos/Clase08/pdepLibre/src) | ||
- [Diagrama de clases](https://github.com/pdep-lunes/pdep-clases-2024/blob/main/Objetos/Clase08/pdepLibre/diagrama.png) |