Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Why Java does not support multiple inheritance ?
Why Java does not support multiple inheritance ?
✍: Guest
This is a classic question. Yes or No depends on how you look at Java. If you focus on the syntax of "extends" and compare with C++, you may answer 'No' and give explanation to support you. Or you may answer 'Yes'. Recommend you to say 'Yes'.
Java DOES support multiple inheritance via interface implementation. Some people may not think in this way. Give explanation to support your point.
2012-08-31, 2703👍, 0💬
Popular Posts:
The object that contains all the properties and methods for every ASP.NET page, that is built is .. ...
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...
What is the purpose of finalization? The purpose of finalization is to give an unreachable object th...
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thre...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...