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
class Person extends Animal with Swimmer, Walker //unlike the keyword "implements", "extends" keyword eliminates the need of overriding every method in abstract class