Answers for "upcasting y downcasting java"

0

downcasting in java

Downcasting is casting to a subtype, 
going down in the inheritance tree.
It is done to access sub class features.
It has to be done manually

(TakeScreenShot)driver).takeScreenShot();
Posted by: Guest on January-05-2021

Code answers related to "upcasting y downcasting java"

Browse Popular Code Answers by Language