C++ Programming and Technical

Is the default constructor for Fred always Fred::Fred()?

Read Solution (Total 0)

C++ Other Question

Is there any difference between List x; and List x();? hich constructor gets called when I create an array of Fred objects?