Difference between Encapsulation and Abstraction
Answer Posted / malleswari
Abstract is provide necessary properties and operation of
an entity.Encapsulation is binding properties and operation
to an entity.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can you avoid serialization in child class if the base class is implementing the serializable interface?
How many java versions are there?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Define an applet in java?
What is nextint java?
Is a case study a method or methodology?
Explain wrapper classes in java?
How many ways can we create singleton class?
Explain what access modifiers can be used for variables?
What is the generic function?
Can this keyword be used to refer static members?
Where and how can you use a private constructor?
Explain java thread life cycle.
What is numeric data type?
Explain spliterator in java8?