[Solved] Creating a class in java [closed]


This is a bit of a trick question because the answer is not specifically related to a final class but any class.

So,

a. a default no argument constructor is provided if you do not explicitly define any constructors for your class

c. every class must have at least 1 constructor

0

solved Creating a class in java [closed]