whst is encapsulation?when u encpsulate actually while
devoloping code?
Answer Posted / dileep
hide the date of the class from outside environment and
providing the only necessary data and clubbing both code
and data togather.................
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is output buffer?
What language is pass by reference?
What do you mean by hashing?
What happens if an exception is not handled in a program?
How can we pass argument to a function by reference instead of pass by value?
What does exclamation mean in java?
What are byte codes?
What is the difference between static and non-static variables in java programming?
What is byte [] in java?
What is strings in java?
What is the use of hashmap in java?
When is update method called?
Is vector synchronized in java?
Do you know how to reverse string in java?
Explain static nested classes ?