Computer Science, asked by Vinayraj8851, 7 months ago

write the names of all tha datamembers, which are directly accessible from the member functions of class painting? ​

Answers

Answered by PardhanPandit
1

Answer:

A data member may be of any type, including classes already defined, pointers to objects of any type, or even references to objects of any type. Data members may be private or public, but are usually held private so that values may only be changed at the discretion of the class function members.

FOLLOW ME

MARK BRAINLIEST

Answered by lakshmipriyabiju155
1

Answer:

   Student. ↓ Score. ↓ ...

   Data Members: Total, Avg, ...

   Member functions: Report ( ), REvaluate ( ), ...

   Data members. Marks [5], Class, Rno, Section, Grade [5], SName.

Similar questions