The difference between the initial value {} and () of Category 11
# include # include using namespace std;/* * default values for member variables of class A1 objects; * / B1 initial value column std::initializer_list * B2 uses the initial value column initializer_list * / class Hello {char* hello = 0; default values for member variables of class A1 objects; public: ~ Hello (); Hello (const char* h); Hello (const char* hmoment Const char* j) Hello (std::initializer_list); / / B1 initial value column Hello (const Hello & obj);}; Hello::Hello (const Hello & obj) {cout