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