0
Write a java code to be included in class line such that it inherits the constuctor(s) of class point
1 Réponse
+ 1
Super class constuctor with 2 arguments but your subclass class call default constructor of empty arguments. Add default constructor or call super class 2 argument constructor in subclass constructor..