|
Java attempts to be a true OOP (object oriented) language. Think about it, when implementing inheritance, you say Class1 extends Class2. That in oop means Class1 is Class2, because Class1 takes all of the characteristics of Class2. It wouldn't make since to say Class1 is Class2 AND Class3. Its like saying, that one thing, can in fact be two things.
|