InterviewSolution
Saved Bookmarks
| 1. |
How Will You Implement Multiple Inheritance In Java? |
|
Answer» JAVA does directly support multiple inheritance UNLIKE C++ but multiple inheritance can be implemented in Java through interfaces. Java does directly support multiple inheritance unlike C++ but multiple inheritance can be implemented in Java through interfaces. |
|