C++
Programming and Technical
What is default constructor?
Read Solution (Total 1)
-
- A default constructor is one having the form where no return type is specified, the class name, and no parameters.
- 6 years agoHelpfull: Yes(0) No(0)
C++ Other Question