16
rajkd
7y

How many times do I have explain the rookiees in java developer team, that implementing an interface is not inheritance. You are not actually inheriting any member - variable or method or otherwise. You are just getting a skeleton, according to which you have write your class. THAT IS NOT INHERITANCE.

So MULTIPLE INHERITANCE does not exist in java. Period.

There is no way around it. Stop misunderstanding stuff and passing that misconceptions to newbies.

Comments
Add Comment