1
Reply

How we access modifier to a Private class like below? Private Class class1 { //do something }

Abinash Hota

Abinash Hota

6y
616
0
Reply

    No , We can not declare like this. We have to declare private constructor to a class which makes the class private.For more info please visit the link below. http://www.mstechnology-tutorial.com/2018/08/deep-understanding-of-private.html