Which statement is true about the default constructor of a top-level class?
A.
It can take arguments.
B.
The default constructor of a subclass always invokes the no-argument constructor
of its superclass.
C.
It has private access modifier in its declaration.
D.
It can be overloaded.