Answer Posted / Rajeev Saini
Encapsulation in object-oriented programming is the practice of hiding the implementation details of an object and providing a public interface for interacting with it. In SAP OO-ABAP, you can implement encapsulation by defining methods to access the data members of a class, which are declared as private or protected. This ensures that the internal state of an object cannot be directly modified or observed from outside.
| 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