What is upward type and downward type casting? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is upward type and downward type casting?

if u type cast variables from child class or sub class(small) to parent class or super class(big) is called upward type casting (it is implicity) if u do casting variables from parent class or super class(big) to child class or sub class(small) is called downward type casting (it is explicity)

22nd Jan 2017, 10:43 AM
Annapoorani.H
Annapoorani.H - avatar
1 Antwort
+ 2
You just explained it yourself.
23rd Jan 2017, 8:42 PM
Maike