[Solved] Abstract class input for start [closed]


AbstractClass does not have a default constructor. It’s only constructor takes one argument. Therefore class test must also have a constructor which calls super and passes a int.

solved Abstract class input for start [closed]