Answer Posted / sanjay
designing comprises of code and data.Data is enclosed with
memory wheras code is enclosed with functions.
Thus Data encapsulation is encapsulating the Data to Code
to perform certain functions.
Also Data encapsultion is required for hiding the actual
functios of the objects
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is re-factoring in software?
Which is better ascii or unicode?
What is a ternary operator in java? What is an interface?
How variables are declared?
What is stream api in java8?
How many bytes is a unicode character?
How to make a write-only class in java?
Explain the access modifiers for a class, method and variables?
What is a vararg?
What’s the difference between unit, integration and functional testing?
What is autoboxing and unboxing?
What is the java project architecture?
How to sort list of list in java?
What is an object in java and how is it created?
Is treeset sorted in java?