what is the class called which does not have a public constructor
Answers
Answered by
1
ie declare a class without a public constructor. A constructor iscalled by default when the class object is created. Hence if yourconstructor is not public you will get a compile-time error. James Chin.
Vanishaaa:
please mark this answer as brain list
Similar questions