|
@@ -99,6 +99,16 @@ Para esta experiencia de laboratorio, definirás una clase `BBPlayer` que conten
|
99
|
99
|
|
100
|
100
|
---
|
101
|
101
|
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+!INCLUDE "../../eip-diagnostic/basket/es/diag-basket-01.html"
|
|
106
|
+!INCLUDE "../../eip-diagnostic/basket/es/diag-basket-02.html"
|
|
107
|
+
|
|
108
|
+---
|
|
109
|
+
|
|
110
|
+---
|
|
111
|
+
|
102
|
112
|
## Sesión de laboratorio:
|
103
|
113
|
|
104
|
114
|
Tu tarea durante la sesión de laboratorio será el definir la clase `BBPlayer` con los atributos y prototipos de los métodos que se listan arriba. El esqueleto del programa incluye la definición de algunos métodos. Tu debes completar el resto.
|
|
@@ -264,6 +274,13 @@ For this laboratory experience, you will define the `BBPlayer` class that contai
|
264
|
274
|
|
265
|
275
|
---
|
266
|
276
|
|
|
277
|
+!INCLUDE "../../eip-diagnostic/basket/en/diag-basket-01.html"
|
|
278
|
+!INCLUDE "../../eip-diagnostic/basket/en/diag-basket-02.html"
|
|
279
|
+
|
|
280
|
+---
|
|
281
|
+
|
|
282
|
+---
|
|
283
|
+
|
267
|
284
|
##Laboratory Session:
|
268
|
285
|
|
269
|
286
|
During this laboratory session, your task will be to define the `BBPlayer` class with the attributes and method prototypes listed above. The skeleton for the program includes the code to define some of the methods; others will have to be defined.
|