sandyyknguyen91121 sandyyknguyen91121 20-05-2023 Computers and Technology contestada which of these is a default constructor? class alligator { public: alligator(double w); void eat(); string tostring() const; private: double weight; };