Computer Science, asked by prakyath59, 2 months ago

Which type of data members can be accessed outside the class?​

Answers

Answered by PᴀʀᴛʜTʀɪᴘᴀᴛʜɪ
2

Explanation:

The public members form an interface to the class and are accessible outside the class. Instances of a class data type are known as objects and can contain member variables, constants, member functions, and overloaded operators defined by the programmer.

Similar questions