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 lambda in java?
Explain an algorithm to find depth of a binary tree.
What is the difference between jfc & wfc?
Can a class have a static inner class?
How we can generate random numbers in java?
What are untrusted applets?
How do you define a set in java?
What are the problems faced by java programmers who don't use layout managers?
Can constructor be synchronized?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is the Difference between Final Class && Abstract Class?
What is the synonym of framework?
How to handle a web browser resize operation?
Explain purpose of sleep() method in java?
worst case complexities of Quick sort and Merge sort.