0
What is the difference between inheritance and Super keyword in java??
3 Respuestas
+ 3
You can not compare inheritance with the keyword super. This keyword is part of inheritance. For example your parent class and your child class have the same methods you can use super to call the method from the parent class.
Here is an explanation of super:
https://www.google.de/amp/s/www.geeksforgeeks.org/super-keyword/amp/
+ 2
Soumya Halder Your welcome :)
+ 1
Thanks