Java Rumblings
Pages
Home
TOC
Spring
Core Java
Design Pattern
Concurrency
Hibernate
Garbage Collection
Exception
Books
Java API
Collections
Reflection
Class Loader
Annotation
Generics
Showing posts with label
multiple inheritance
.
Show all posts
Showing posts with label
multiple inheritance
.
Show all posts
Sunday, 26 September 2010
Interfaces in java
Interfaces in java are the pure abstract classes in which functions are given...which are to be implemented by all the class implementing those interface.
Note that in java interface naming is like Iterable, etc...i.e ending with able many times.
Older Posts
Home
Subscribe to:
Comments (Atom)