what is meant by encapsulation?
Answer / Neeraj Semwal
Encapsulation is a mechanism in Java that binds the data and functions that operate on the data together as a single unit. It hides the internal implementation details from the user, providing a simple and secure interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why string objects are immutable in java?
What is the meaning of flag day?
What does those terms actually mean included in the j.d.k i.6?
For which statements we use a label?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Is minecraft 1.15 out?
what is difference between Exception and Error?
How can we run a java program without making any object?
How do listeners work?
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
Are private methods final?
What are the differences between c++ and java?