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
Explain the difference between the public, private, final, protected, and default modifiers?
Explain the difference between call by refrence and call by value?
What is a java developer salary?
Is 0 an irrational number?
What is the difference between stringbuffer and stringbuilder?
What is sortedmap in java?
What happens when I use / and % with a negative numerator?
What is the difference between checked exception and unchecked exception?
What are strings in physics?
What is assembly language?
Are strings immutable in java?
Can we catch more than one exception in single catch block?
What advantage do java's layout managers provide over traditional windowing systems?
Explain the importance of finalize() method.
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?