Yes. Imports in a superclass are not inherited by a subclass.
Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of learner Sent: Thursday, June 19, 2008 4:54 AM To: [email protected] Subject: [flexcoders] imports in super and sub class Hi all, this is a dumb confusion that I have I have a sub class extending its a parent class Now if i import a class in some parent class . .so do i also need to import that class in sub class if i need anything from that imported class in sub class? Please clarify

