what this line does ??
Posted: Fri Feb 16, 2018 12:38 am
http://www.beta.browxy.com#USER_155663
hi,(above the URL Link)
can you please explain these lines :
C cd = new D();//cd is object of C.and is now an object in D also ??
D dd = (D) cd; // no idea at all !!?
hi,(above the URL Link)
can you please explain these lines :
C cd = new D();//cd is object of C.and is now an object in D also ??
D dd = (D) cd; // no idea at all !!?
