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
I want to persist data of objects for later use. What’s the best approach to do so?
How do you reverse a word in java?
What is finally and finalize in java?
How do singleton patterns work?
What is parameter example?
What's the base class of all exception classes?
Explain Basics of OOP Language in java
What is parsing in grammar?
What is the maximum size of arraylist in java?
What is treeset in java?
What is tostring () method?
How to perform quicksort in java?
Explain what access modifiers can be used for variables?
Define inheritance?
What is the use of put method?