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 a private method be declared as static?
Can constructor be inherited?
Where pragma is used?
Can size_t be negative?
What lambda means?
How does hashmap work in java ?
What is a java applet? What is an interface?
What is keyword in oop?
Explain about static nested classes in java?
What is immutable data?
How do you convert int to char in java?
What is java literals?
What is a byte string?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Can we override singleton class?