I know I'm asking some serious 101 question here...
I have some class Foo
and a class Bar
that extends Foo
. In Foo
I have a constructor that takes a set of parameters that it sets to its fields. Deriving classes such as Bar
will typically not need to modify this. Now my IDE is giving me "There is no default constructor available in Foo". From a bit of Googling this appears to be because "constructors are not inherited". So all nice and well, but how do I now get this to work without duplicating this constructor in every deriving class? I'm assuming there is a more sane approach?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…