Difference between Encapsulation and Abstraction
Answer Posted / srikanth
Data abstraction is one part of the data
encapsulation....that means data hiding...by achieving data
abstraction by
1)group of similar variables and methods is called
class...so one class variables and methods are hide to
another....
2)by using access specifiers
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an array in java?
What is the difference between member variables initialization and assignment in a constructor?
What is the difference between jfc & wfc?
What does %4d mean in java?
What is application system?
What are static initalizers in java ?
Can we inherit inner class?
Can we define a package statement after the import statement in java?
What is garbage collector?
What is the internal implementation of set in java?
What are the advantages of user defined functions?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What is the difference between iterator and enumeration ?
What is protected in java?
What is nextline method in java?