From: Panayotis K. <pan...@pa...> - 2010-09-11 20:51:30
|
On 11 Σεπ 2010, at 5:44 μ.μ., Leo Izen wrote: > Java doesn't support multiple inheritance the way C++ does. This means that If you want your class to extend multiple types, you have to use interfaces. I know, I am not talking about general Java programming, but the specific implementation of ObjC library under Java. |