What happens to the class if all the methods in interface are nt called?
Answers
Answered by
0
Since methods in interfaces does not have body, they ... The class that implements interface must implement all the ... This feature is known as method overriding.
Similar questions