Question: Help me with this following function please void tome::operator=(const tome& oldTome){ } #ifndef TOME H #define TOME H #include #include string> using namespace std; class

Help me with this following function please
void tome::operator=(const tome& oldTome){ }
#ifndef TOME H #define TOME H #include #include string> using namespace std; class tome{ string references [10]: string tomeName; string author; int spellsstored; public tome (string name, int tomeSize , string author); tome (string name, int tomeSize, string author, string* initiallist); tome () int getTomeSize(); string* getReferences () string getName() const string getSpell (int i); string getAuthor) tome operator+(tome& add); friend ostream& operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
