Computer Science, asked by sarahkathuria15, 5 months ago

Can somebody please explain why this error came when I executed the accept method and the solution for the same

Attachments:

Answers

Answered by Oreki
1

You didn't allocate memory to the object using new keyword or simply put you didn't initialize the object, i.e., account myaccount = new account( );

Similar questions