Answer Posted / sudheer nath
data encapsulation means the data member and the member function can remains inside the class ,only those member function which is the part of the class can only access thw data member of a class .tise is used for security purpuse .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is main string [] args?
What does string [] args mean?
Can a serialized object be transferred via network?
What language is java written?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is class array in java?
What is use of a abstract variable?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
How many bits is a string?
Explain the difference between treeset and treemap in java?
Is minecraft 1.15 out?
What is assembly language?
Does substring create a new object?
Which collection is sorted in java?
What is the benefit of singleton pattern?