KnowledgeBoat Logo

Computer Applications

What is meant by private visibility of a method?

Java Classes

ICSE 2006

30 Likes

Answer

A member method of a class declared with private access specifier is said to have private visibility. Only other member methods of its class can call this method.

Answered By

18 Likes


Related Questions