Answers for "downcasting in java detailed explanation"

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 "downcasting in java detailed explanation"

Browse Popular Code Answers by Language