+ 4
you wont be able go create an object of that class anywhere besides inside that class, so if you wanted to create an object of that class outside of the class you would have to have a method inside the class that returns an object of that class, this is commonly used for classes that only want 1 obj to be available at any given time, these classes are known as singletons



