Question: Write C++ slogan class. Create a slogan with no character, Slogan (char *) create a slogan with the text passed as parameter(length must be <60),

Write C++ slogan class. Create a slogan with no character, Slogan (char *) create a slogan with the text passed as parameter(length must be <60), ~slogan(), void SetText(char *) set slogan text to the text passed as parameter (length must be <60), void GetText(char *) returns the slogan text by copying the text into the parameter, int GetLength() return the number of characters in the slogan text.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!