Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Interface doubts

0 Likes
260

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

1 REPLY 1
Read only

Former Member
0 Likes
239

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