Answer Posted / Shailendra Kumar Dwivedi
An abstract method in OO-ABAP is a method that is declared but not implemented within the class. It provides a signature for a method to be implemented by any derived classes. In ABAP, an abstract method is defined using the keywords 'INTERFACE' and 'METHOD'. The implementation of an abstract method should be provided in the derived class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category