‎2007 Mar 09 10:10 AM
hi all,
i have 2 doubts in interfaces in OO ABAP
1. do all the methods in interface are by default abstract
2. do all the methods have to be compulsorily implemented
Regards,
N Manjrekar
‎2007 Mar 09 10:15 AM
Hi,
No all methods in interface are not default abstract.
i think all the methods of interfaces have to be implemented in the class.oterwise u will get error implementation missing for method.
Regards,
Sruthi