You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a program with a mother class and an inherited son class.
Both of them should have a method void display ()that prints a message (different for mother and daugther).
In the main define a daughter and call the display() method on it.