Computer Science, asked by saishaileshshetty, 11 months ago

Differentiate private and public members of a class​

Answers

Answered by MITHIRAN017
0

Answer:

A public member is accessible from anywhere outside the class but within a program. You can set and get the value of public variables without any member. A private member variable or function cannot be accessed, or even viewed from outside the class. Only the class and friend functions can access private members.

mark as brainliest

Similar questions