About Question enthuware.ocajp.i.v7.2.1037 :
Posted: Thu May 01, 2014 6:02 pm
Is it possible to cast b.methodB() in any way so that this will compile? Thanks!
Java Certification Resources and Java Discussion Forum
https://enthuware.com/forum/
Code: Select all
((Sub)b).methodB();