KnowledgeBoat Logo
|

Computer Applications

What is that class called which does not have a public constructor ?

Java Constructors

7 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

3 Likes


Related Questions