Computer Science, asked by Queenwithlove, 2 months ago

mention the type of access specifiers​

Answers

Answered by Ijack
1

Explanation:

Public - The members declared as Public are accessible from outside the Class through an object of the class. Protected - The members declared as Protected are accessible from outside the class BUT only in a class derived from it. Private - These members are only accessible from within the class.

Answered by binitasangma732
0

Answer:

Public - The members declared as Public are accessible from outside the Class through an object of the class. Protected - The members declared as Protected are accessible from outside the class BUT only in a class derived from it. Private - These members are only accessible from within the class.

Similar questions