class problem

DDown10/27/2022
hi so i want to create class which i want to create only 1 instance of and do i make it a static class or normal?
Ppip10/27/2022
you can explore Singleton which gives you more options than Static and accomplishes what you want