Polymorphism and Casting

Beschreibung

Flashcards on polymorphism and casting
joannazhang13
Karteikarten von joannazhang13, aktualisiert more than 1 year ago
joannazhang13
Erstellt von joannazhang13 vor etwa 9 Jahre
12
0

Zusammenfassung der Ressource

Frage Antworten
Polymorphism Mechanism of selecting the appropriate method for a particular object in a class hierarchy
Selection of the correct method occurs: During the run of the program
Dynamic binding Compiler decides which instance method to call when the program is running
Static binding The compiler decides which method to run at compile time.
Downcasting Casting a superclass to a subclass type
ClassCastException Thrown when there's an attempt to cast an object to a class of which it's not an instance
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Missed Questions on Inheritance/Polymorphism Test
Nik Nguyen
Classes and Objects Quiz
joannazhang13
What is an interface?
joannazhang13
Manufacturing Technology I
Marissa Gotsell
Abstract Class Quiz
joannazhang13
Acting
casey soles
Tester Example
joannazhang13
Abstract Classes & Interfaces & Polymorphism
Nik Nguyen
Subclass Example
joannazhang13
Polymorphism
Nik Nguyen
Concept Flashcards
Nik Nguyen