understand the concept of interfaces
- From: "Prejith" <prejith.p@xxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 10:50:05 +0530
i am new to java and i am in the learning phase of core java .i know that
Java doesnt support Multiple Inheritance instead the work around is to use
Interface
but the doubt i have is interface are nothing but empty abstract
methods.when ever i implement those methods in a class i have to write the
method body in the class.. .if interface is just emply methods then what is
the point of having those empty method names under one tag..
i dont know whether my understanding about interface is correct.if not
please correct me and also if possible give me an explanation...
regards
Prejith
.
- Follow-Ups:
- Re: understand the concept of interfaces
- From: Wesley Hall
- Re: understand the concept of interfaces
- From: Thomas Schodt
- Re: understand the concept of interfaces
- From: Aki Laukkanen
- Re: understand the concept of interfaces
- From: bver
- Re: understand the concept of interfaces
- From: Francis
- Re: understand the concept of interfaces
- Prev by Date: Re: Obtain file path and file name using file chooser
- Next by Date: Re: understand the concept of interfaces
- Previous by thread: Obtain file path and file name using file chooser
- Next by thread: Re: understand the concept of interfaces
- Index(es):
Relevant Pages
|
|