-
Multi level inheritance
Hi,
I would like to know whether there is any performance degradation due to
multi level inheritance in JAVA.
I am thinking of extending the basic SWing components for use in my applications
so that other developers need not worry about setting the color, font size,
etc and some common functionality like implementing the listeners. I would
also like to know whether this is feasible or not
TIA,
Ramkumar
-
Re: Multi level inheritance
Yes, this is feasible. I have a class that extends JPanel to make its
background white and set a standard border. I didn't worry about
performance, there's thousands of lines of code in Swing and my few extra
lines aren't going to make much difference.
PC2
Ramkumar <ramkuma@usa.net> wrote in message news:3a41a13c$1@news.devx.com...
>
> Hi,
> I would like to know whether there is any performance degradation due to
> multi level inheritance in JAVA.
>
> I am thinking of extending the basic SWing components for use in my
applications
> so that other developers need not worry about setting the color, font
size,
> etc and some common functionality like implementing the listeners. I would
> also like to know whether this is feasible or not
>
> TIA,
> Ramkumar
>
>
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks