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
What is ++ a in java?
What are the restrictions imposed on method overriding?
What's the difference between int and integer in java?
Difference between method overloading and overriding.
What will be the initial value of an object reference which is defined as an instance variable?
Can finally block be used without a catch?
what are the states associated in the thread? : Java thread
How is a variable stored in memory?
What does nextint () do in java?
Can we use synchronized block for primitives?
How do you avoid global variables?
Give some features of interface?
Differentiate between overriding and overloading cases?
What is the purpose of sizeof operator?
What is the purpose of nested class in java?