What is the difference between singleton and static class in sap abap ?
Answer Posted / Kavita Kumari
A Singleton class ensures that only one instance of a class can exist, whereas a Static class allows multiple instances to be created. In ABAP, you can implement Singleton using a class method with private constructor.
| 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