News

Java’s interface language feature confuses many Java newbies. Many mistakenly assume that interfaces only sidestep Java’s failure to support multiple implementation inheritance. In reality ...
I was thinking maybe you could have a language that allowed you to specify multiple inheritable interfaces of classes, but leave the implementation inheritance portion of that up to the programmer.