whst is encapsulation?when u encpsulate actually while
devoloping code?
Answer Posted / rajmohan
The Wrapping up of Data and functions into a single unit is
Called Encapsulation.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we override the private methods?
difference between byte stream class and character stream class?
Can memory leak happen java?
Can we define private and protected modifiers for variables in interfaces?
When can we say that threads are not lightweight process in java?
Can we create an object of private class?
How can we pass argument to a function by reference instead of pass by value?
Explain runtime exceptions?
Can an interface have a constructor?
What is a priority queue java?
What is math floor in java?
In java, how many ways you can take input from the console?
Can list be final in java?
Why do we need strings in java?
How to convert string to byte array and vice versa?