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
// the super method cannot be called in a static method i.e. it cannot be called in the main static method. We have to make another public method and then make the object of the class it is situated in and then call that method.