-
Junior Member
Inheriting constructors
My Question is whether constructors are inherited?
Please give me ur views ....
-
Junior Member
Re: Inheriting constructors
Hi,
Constructors never get inherited. But always a superclass constructor will run before the child class constructor.
bye..
Last edited by admin; 10-23-2007 at 04:35 AM.
-
Junior Member
Re: Inheriting constructors
well , the subclass constructor has access to the superclass' constructor but subclass constructor can't override the superclasses constructor , so NO its not inherited.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules