whst is encapsulation?when u encpsulate actually while
devoloping code?
Answer Posted / a.jyotsna
Encapsulation is the mechanism that binds together code and
the data it manipulates,
and keeps both safe from outside interference and misuse
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why vector is used in java?
What are the drawbacks for singleton class?
Can we overload the constructors?
Why java is considered as platform independent?
What is a flag and how does it work?
Explain try and catch keywords in java?
What is the tradeoff between using an unordered array versus an ordered array?
Is java an open source?
What are access specifiers in java ?
What is java argument list?
Are arrays classes in java?
What is finalize() function in java?
What is a file pointer?
What loop means?
Can we create an object of static class in java?