whst is encapsulation?when u encpsulate actually while
devoloping code?
Answer Posted / pardhu
The binding up of data & code into a single unit is called
as ENCAPSULATION
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is object of class in java?
Explain the private field modifier?
How many arguments can a method have java?
What is advantage of java?
What is difference between float and double?
what do you mean by stream pipelining in java 8? Explain
Explain wait(), notify() and notifyall() methods of object class ?
Is map sorted in java?
What is regex in java?
If you do not want your class to be inherited by any other class. What would you do?
Write a java program to count the number of words present in a string?
How does map works in java?
Can main() method in java can return any data?
Can java hashmap have duplicate keys?
Write a program to print fibonacci series up to count 10.