mention the type of access specifiers
Answers
Answered by
2
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
2
Answer:
Public _ the members declared as public are accessible fron 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
English,
2 months ago
Social Sciences,
5 months ago
Science,
5 months ago
Math,
10 months ago
Social Sciences,
10 months ago