my dog learned polymorphism
The moose likes Beginning Java and the fly likes implementation inheritance vs type inheritance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "implementation inheritance vs type inheritance " Watch "implementation inheritance vs type inheritance " New topic
Author

implementation inheritance vs type inheritance

Stanley Walker
Ranch Hand

Joined: Sep 23, 2009
Posts: 72
i came across these two terms, implementation inheritance and type inheritance, while going throught the Timestamp API.
can anyone please explain what do they actually mean.
my inference is that implementation inheritance is using interfaces implementation and type inheritance is sub classing. am i right.
what is the meaning and signigifance of these two concepts and whcih is better to use..?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: implementation inheritance vs type inheritance
 
Similar Threads
MultipleImplementation Inheritance using Inner Class
interface
OOConcepts
How interface replace multiple inheritance(class)
why is there no multiple inheritance