Question: class Author { public: Author (string n, int b) { name =n; book =b; } private: string name; int book; }

class Author \{ public: Author (string n, int b) \{ name =n; book =b; \} private: string name; int book; \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
