Math, asked by ahmedapple3428, 1 year ago

What is difference between importing a class and extending a class?

Answers

Answered by janshbhi
0
importing the class is making it so you can use that class without needing to qualify the full name in the current class you writing.ectending the class is creating a new class that is subclass of another classes this will allow you to add and change functioning of the class that you are extending
Similar questions