Business Studies, asked by mdazha1112, 1 month ago

Accessing a particular part of Data is possible easily only in


Answers

Answered by Anonymous
1

Answer:

"The private access modifier is specified using the keyword private. The methods or data members declared as private are accessible only within the class in which they are declared. Any other class of the same package will not be able to access these members. Top-level classes or interfaces can not be declared as private

Explanation:

Similar questions