| Author: chaithanya 14 Jun 2008 | Member Level: Silver Points : 1 |
Nice post which will be useful to many people who are new to this concept of Interface.
|
| Author: Nanak Deep 18 Jun 2008 | Member Level: Bronze Points : 2 |
>interface keyword is used >Interface is implemented >multiple implementation >Members are by default public >Interface cannot contain virtual, public functions >Cannot use access modifiers with functions >Cannot have data members or fields >Necessarry to implement all its functions in child class >Functions can not have body or definitions, abstract
thanx sir
|
| Author: deepak kumar 19 Jun 2008 | Member Level: Bronze Points : 0 |
ok for basic knowledge about the interface
|
| Author: Ashish verma 19 Jun 2008 | Member Level: Bronze Points : 2 |
sir, It was really a nice piece of coding. As usual this article also helps us in building concepts about interface. Keep on posting more articles. Thanks for now.
|
| Author: Bunty 20 Jun 2008 | Member Level: Diamond Points : 2 |
Hi Shakti, Nice article on interface. You can elaborate in much useful manner such as where to implement interface. And Why there is need to go for interface. Just like .Net and Java doesn't support multiple inheritence,that can be achieved using interface. Keep sending.
|