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
When a class implements an interface its sub-class will be implementing that interface by inheritance.
The sub-class inherits the behaviours of the super-class as well as its attributes.
There is no need for the sub-class to also specify that it implements that interface.
The text was updated successfully, but these errors were encountered:
When a class implements an interface its sub-class will be implementing that interface by inheritance.
The sub-class inherits the behaviours of the super-class as well as its attributes.
There is no need for the sub-class to also specify that it implements that interface.
The text was updated successfully, but these errors were encountered: