| Author |
Inheritance problem
|
Chaturaka Gunatilaka
Greenhorn
Joined: Oct 06, 2012
Posts: 16
|
|
I want to get the output as "Toyota Corolla 2000000 2001".But there is something wrong.What is it?Thank you.
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
the problem is shadowing
either explicitly mention super class's variable as in
or
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9955
|
|
Chaturaka Gunatilaka wrote:I want to get the output as "Toyota Corolla 2000000 2001".But there is something wrong.What is it?Thank you.
Generally, to posts like this, I'd reply with "How do you know something is wrong?"
Folk around here aren't mind readers. We don't know what you think is wrong. If I were to compile and run this, I'd take a look and see the code is doing exactly what it is supposed to do. I could GUESS what you think is wrong, but it would only be a guess.
Your job, when you post here, it to make it EASY for us to help you. You may want to look at some of the articles here, especially the one called TellTheDetails.
thanks
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
 |
|
|
subject: Inheritance problem
|
|
|