Posted By:
Abdul_Ambalam
Posted On:
Friday, November 28, 2003 01:24 AM
Hi,
I am wondering how interfaces are helping in developing java program. No methods are implemented in interfaces. All methods are implemented only in classes which implement Interfaces. then why should we use interfaces. is there anything like.. compiler specially look the interface different from classes. what is the relation between compiler and interface. Can anyone send sample code to explain how interfaces work hand in hand with class hierarchy. Thankyou very much.