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 Result, that has a method getResult which prints 'pending', It has two subclasses Passed, and Failed. Each of these subclasses have the method getResult, that prints 'passed' and failed respectively. Call the methods by creating objects of the three classes
The text was updated successfully, but these errors were encountered:
In the class folder, create a class Result, that has a method getResult which prints 'pending', It has two subclasses Passed, and Failed. Each of these subclasses have the method getResult, that prints 'passed' and failed respectively. Call the methods by creating objects of the three classes
The text was updated successfully, but these errors were encountered: