class GiftCard{
private:
int amount;
string from;
string message;
public:
GiftCard();
GiftCard(int a,string f,string m);
void amount(int am);
string geMessage();
int getAmount();
}
NOTE : PLEASE COMMENT BELOW IF YOU HAVE CONCERNS.
I AM HERE TO HELP YOUIF YOU LIKE MY ANSWER PLEASE RATE AND HELP ME IT IS VERY IMP FOR ME
Get Answers For Free
Most questions answered within 1 hours.