Polymorphism and Casting

Description

Flashcards on polymorphism and casting
joannazhang13
Flashcards by joannazhang13, updated more than 1 year ago
joannazhang13
Created by joannazhang13 almost 9 years ago
12
0

Resource summary

Question Answer
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
Show full summary Hide full summary

Similar

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
Polymorphism
Nik Nguyen
Concept Flashcards
Nik Nguyen
What does inheritance do?
joannazhang13