Computer Applications
What is that class called which does not have a public constructor ?
Java Constructors
6 Likes
Answer
A class which does not have a public constructor is called a private class as only the member functions may declare objects of the class.
Answered By
2 Likes