What is meant by private visibility of a method?
30 Likes
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
Explain instance variables. Give an example.
Explain any two types of access specifiers.
'Object is an instance of a class.' Explain this statement.
Differentiate between built-in data types and user defined data types.