C++ Language/Objects/Constructors
< C++ Language | Objects
A "constructor" is a special member function, which a class uses to initialize its data members as part of instantiating an object from that class.
C++ Language |
A "constructor" is a special member function, which a class uses to initialize its data members as part of instantiating an object from that class.