Pregunta de entrevista de RTX

Explain polymorphism, inheritance, etc...

Respuestas de entrevistas

Anónimo

21 abr 2016

Polymorphism: When an instance of a class can be said to pass an "Is A" or "Instance Of" test for multiple classes, usually a child and their parent classes, it is said to be polymorphic. Inheritance: Child classes inherit methods/functions and properties from their parent class(es)

1

Anónimo

26 ene 2013

Nothing really hard.

1