‎2008 Mar 19 7:27 AM
Hi,
Can any one let me know what is the need to create an object for an interface??
This i have seen in so many programs??
Thanks
--Pradeep
‎2008 Mar 19 7:44 AM
Hi,
We can't create any object for an Interface, instead we create object for a Class....
Thing why the interface got into picture was due to the supporting of the Multiple Inheritance in ABAP.
So we have to implement the Interface in a Class and create an object to this class and thus makes use of the concept of Multiple Inheitance..
Please come back to me if you have any queries on this.
Thanks,
Vishnu.
‎2008 Mar 19 7:44 AM
Hi,
We can't create any object for an Interface, instead we create object for a Class....
Thing why the interface got into picture was due to the supporting of the Multiple Inheritance in ABAP.
So we have to implement the Interface in a Class and create an object to this class and thus makes use of the concept of Multiple Inheitance..
Please come back to me if you have any queries on this.
Thanks,
Vishnu.