Define a book clas:
Class book {public: Book (int newisbn = 0, string newname = "); // other member functions ... private: int isbn; string name;}; cook :: book (int newisbn, int newname) {ISBN = Newisbn; Name = newname;}
Though There Area Some Parameters in Constructor, It's Also A Default Constructor. Because All the data members Are Assigned a value by default.