C++ Programming and Technical

hich constructor gets called when I create an array of Fred objects?

Read Solution (Total 0)

C++ Other Question

Is the default constructor for Fred always Fred::Fred()? Should my constructors use "initialization lists" or "assignment"?