Results 1 to 2 of 2
Thread: Overriding question
- 08-16-2010, 05:50 AM #1
Overriding question
Ok i understand overriding as basically a subclass using the same method name as its super class, just so everything looks more organised etc.
But what about the built in method paintComponents(Graphics g) ?
it seems that when i override this built in method, im still getting the funnctionality of this method plus whatever it is i want to do, ie paint something.
I thought when you override a super's method, u basically just using the same name and ur own code, and no code from the super.
could someone clarify this for me pleaseTeaching myself java so that i can eventually join the industry! Started in June 2010
- 08-16-2010, 11:04 AM #2
Senior Member
- Join Date
- Jun 2007
- Location
- Bali, Indonesia
- Posts
- 696
- Rep Power
- 6
Can you post the code so that we can see how did you override the paintComponents(Graphics g) method.
Website: Learn Java by Examples
Similar Threads
-
overriding toString method
By matin1234 in forum New To JavaReplies: 3Last Post: 06-01-2010, 04:35 AM -
Overriding
By renuka_renukut in forum Advanced JavaReplies: 3Last Post: 05-21-2010, 08:45 AM -
Overriding Methods
By AndrewM16921 in forum New To JavaReplies: 2Last Post: 09-23-2009, 06:26 AM -
[SOLVED] Method Overriding
By MithunDhar in forum New To JavaReplies: 3Last Post: 04-06-2009, 08:02 AM -
is overriding static method possible
By raghu in forum Advanced JavaReplies: 1Last Post: 01-22-2008, 12:38 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks