Answer Posted / Vikrant Nimesh
Polymorphism in SAP OO-ABAP can be implemented through inheritance and method overriding. When a child class inherits from a parent class and provides its own implementation of a method that has the same signature as the one in the parent class, it exhibits polymorphic behavior. This means that an object of the child class can be treated as if it were an object of the parent class, depending on how the code is written.
| 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