Computer Science, asked by khandareswapnil125, 17 days ago

Every class has at least one constructor function, even when none is declared.
A TRUE

B FALSE​

Answers

Answered by bhumibadgirl77
1

Answer:

this sentence is true i have this answer

Answered by goelmadhav242
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