Inheritance concept java..help
- by max
Hi everyone. I'd be very grateful if someone could help me to understand the inheritance concept in Java.
Is the following code an example of that?
I mean the class WavPanel is actually a subclass of JPanel which acts as a superclass.
Is that correct?
If so it means that "what JPanel has, also WavPanel but it is more specific since through its…