Computer Science, asked by nimish9864, 10 months ago

11.Answer the questions (1 ) and (10) after going through the following C++ class


class Stream
{

int StreamCode;
char Stream name[20];

Float fees;

public:

Stream()//Function1
{
StreamCode= 1;
strcpy(Streamname,"DELHI");
fees=1000;
}
~Stream() //Function 2
{
cout<<"End of Stream Object"<


Anonymous: ___k off

Answers

Answered by aakriti5055
0

sorry not able to understand ur lengthy question

Similar questions