InterviewSolution
Saved Bookmarks
| 1. |
What Is A Singleton Class In Ooabap ? |
|
Answer» SINGLETON CLASS is a class which allows to instantiate(Create OBJECT) only once . Singleton class is a class which allows to instantiate(Create Object) only once . |
|