InterviewSolution
Saved Bookmarks
| 1. |
What is actually a singleton class? |
|
Answer» It has BASICALLY the function where it allows or GIVES ACCESS to create a single object but also it has unique flexibility where if it is required, MULTIPLE numbers of objects can also be CREATED. |
|