New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

herencia en Javascript

Yes or No

Played 11

About this activity

en base a lo dicho durante la exposicion responder el verdadero o falso

Created by

Argentina

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
herencia en Javascript
 

herencia en JavascriptOnline version

en base a lo dicho durante la exposicion responder el verdadero o falso

by Ainara Churrarin Yañez
1

El método `Object.create(objetoPrototipo)` crea una copia exacta e independiente del `objetoPrototipo`.

2

En un método heredado (como `mostraredad()`) que fue definido en `miobjeto` pero se llama desde `empleado`, ¿la palabra clave `this` se refiere al prototipo `miobjeto`?

3

El objetivo de la herencia es que un objeto pueda obtener las mismas propiedades y métodos de otro objeto.

4

Si se agrega un nuevo método al objeto prototipo (`miobjeto`) después de que el objeto heredero (`empleado`) ya fue creado, ¿puede el objeto `empleado` usar ese nuevo método?

5

En una cadena de herencia (`miobjeto` -> `empleado1` -> `empleado2`), si se añade un método a `empleado2`, ¿el objeto `empleado1` también puede usar ese método?

6

En la herencia prototípica de JavaScript, si el `objetoA` hereda del `objetoB`, ¿cambiar una propiedad en el `objetoA` también la cambia en el `objetoB`?

7

¿Es posible construir una cadena de herencia donde un `empleado2` herede de `empleado1` y este a su vez herede de `miobjeto`?

8

Cuando se crea un objeto a partir de otro, ¿estos se almacenan en el mismo espacio de memoria?

9

¿la herencia en JavaScript se logra a través de prototipos?

10

Si creas un objeto `empleado` usando `Object.create(miobjeto)` y luego cambias su nombre con `empleado.cambiarnombre('Roberto')`, ¿el nombre del `miobjeto` original también cambia a 'Roberto'?

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.