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
What do you mean by byte code?
What all methods are used to prevent thread execution ?
What is the main purpose of serialization in java?
Can list contain null in java?
why we use merge option in hybernate pls give a ex snippet
Why should we use singleton pattern instead of static class?
How do you check if a string contains only numeric digits?
Java.util.regex consists of which classes?
What mechanism does java use for memory management?
what is method reference in java 8?
Can a static member function access member variable of an object?
Which class is the superclass for every class in java programming?
Write a method to check if input string is palindrome?
How do you sort objects in java?
Which one of the following suits the description of a string better: derived or primitive?