Computer Science, asked by miralghodadrapa7e7p, 1 year ago

what is the class called which does not have a public constructor

Answers

Answered by Vanishaaa
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
Vanishaaa: please please please please please please please please
Similar questions