Thread
:
how to get the child class in inheritance?
View Single Post
#
3
(
permalink
)
01-19-2008, 12:14 AM
java_fun2007
Member
Join Date: Nov 2007
Posts: 35
Thank you Tim for making this clear to me!
so, to get the title of a DVD I write like this?
Code:
if (media instanceof DVD) System.out.println(media.getTitle());
java_fun2007
View Public Profile
Send a private message to java_fun2007
Find all posts by java_fun2007