Skip to content

Commit 3d50c2d

Browse files
authored
Update README.md
1 parent 80e590a commit 3d50c2d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# OpenBootCampPython
22
Repository to store Python boot camp.
3+
* Ejercicio 6.A:
4+
5+
En este ejercicio vais a crear la clase Vehículo la cual tendrá los siguientes atributos:
6+
7+
* Color
8+
9+
* Ruedas
10+
11+
* Puertas
12+
13+
Por otro lado crearéis la clase Coche la cual heredará de Vehículo y tendrá los siguientes atributos:
14+
15+
* Velocidad
16+
17+
* Cilindrada
18+
19+
Por último, tendrás que crear un objeto de la clase Coche y mostrarlo por consola.

0 commit comments

Comments
 (0)