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
In the class folder, create a class Sup, that has a method print() which prints 'I am super', then create a Abs subclass which has an abstract method, printSomething(). Then create another subclass of Abs and override the method to print 'My super class is Abs'.
The text was updated successfully, but these errors were encountered:
In the class folder, create a class Sup, that has a method print() which prints 'I am super', then create a Abs subclass which has an abstract method, printSomething(). Then create another subclass of Abs and override the method to print 'My super class is Abs'.
The text was updated successfully, but these errors were encountered: