News

Java doesn’t support multiple inheritance through class extension, however. When viewing an inheritance hierarchy, you can easily detect multiple inheritance by the presence of a diamond pattern.
Though Java prevents multiple inheritance, some circumstances warrant its use. ... This means that all the clients that extend MessageClient must implement the getServerName() method.