Page 17 - Samawat_Arsalan_Hyder_19_arid_855
P. 17
SAMAWAT ARSALAN HYDER 19-ARID-855
cout<<"\nEnter Price: ";
cin>>Price;
}
void putdata()
{
cout<<"\n"<<Title;
cout<<"\n"<<Price;
}
~Publication()
{
cout<<"\nGood bye............";
}
};
class Publication2: public Publication
{
int day;
int month;
int year;
public:
void getdata()
{
cout<<"\nEnter Date";
cout<<"\nEnter Day: ";
cin>>day;
cout<<"\nEnter Month: ";
cin>>month;
cout<<"\nEnter Year: ";
cin>>year;