jamarihenry9815 jamarihenry9815 15-04-2024 Computers and Technology contestada The following code shows an example of __________ class Point { private: double y = 5.70; double z = 3.0; public: Public member functions go here... }; A. constructor delegation B. in-place initialization C. a default constructor creation D. an illegal initialization