When a class implements an interface, is this considered inheritance? If not what is it considered or called?
Val Dra
Ranch Hand
Joined: Jan 26, 2001
Posts: 439
posted
0
Yes it does consider inheritance , also use of interfaces provide a multiple inheritance and very robust applications. Because you can later upcast to them very usefull.
Val SCJP <BR>going for SCJD
Velmurugan Periasamy
Ranch Hand
Joined: Nov 09, 2000
Posts: 95
posted
0
It is interface inheritance. When you extend a class, it's called implementation inheritance. HTH
------------------ Velmurugan Periasamy Sun Certified Java Programmer ---------------------- Study notes for Sun Java Certification http://www.geocities.com/velmurugan_p/
------------------------------------------------------------------------------------<BR>Velmurugan Periasamy<BR>Sun Certified Java Programmer for Java 2 Platform<BR>Sun Certified Web Component Developer for J2EE platform<BR>Sybase Certified EAServer Developer (similar to jCert level 3)<BR>------------------------------------------------------------------------------------<BR>Study notes for Sun Java Certification<BR><A HREF="http://www.geocities.com/velmurugan_p/" TARGET=_blank rel="nofollow">http://www.geocities.com/velmurugan_p/</A><BR>------------------------------------------------------------------------------------
Charlie Swanson
Ranch Hand
Joined: Jan 29, 2001
Posts: 213
posted
0
Thank you!!!
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.