What will happen if you try to compile a class that has no constructors defined?
The class cannot be instantiated.
Compilation error.
A default constructor will be provided by the compiler.