Answer Posted / Rita Rani
"Yes, polymorphism can be achieved using interfaces in SAP ABAP (Object Oriented). When a class implements an interface and provides its own implementation for the methods defined in that interface, objects of different classes that implement the same interface can be treated as if they were instances of the interface itself. This allows for method dispatching based on the actual object's type at runtime rather than the static type, thus achieving polymorphism."
| 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