Every class has at least one constructor function, even when none is declared.
A TRUE
B FALSE
Answers
Answered by
1
Answer:
this sentence is true i have this answer
Answered by
1
Answer:
True
Default Constructors: Default constructor is the constructor which doesn’t take any argument. It has no parameters.
Even if we do not define any constructor explicitly, the compiler will automatically provide a default constructor implicitly.
Similar questions