L
Lian Liming
Hi all,
I am new to java and now in the period of studying java language. I
have a question about class inheritance. If I declare "import ..."
statement to import a certain package in the a class, should I need to
import that package again in that class's subclass if i want to use
the same package with the superclass?
Thanks in advance!
I am new to java and now in the period of studying java language. I
have a question about class inheritance. If I declare "import ..."
statement to import a certain package in the a class, should I need to
import that package again in that class's subclass if i want to use
the same package with the superclass?
Thanks in advance!