Java   View all facts   Glossary   Help
abstraction > data abstraction
Next abstractionprocedural abstraction    Upabstraction

data abstraction comparison table
Subject facilitate by help is a kind of have advantages group
abstraction  kbTop  
data abstractionthe use of accessor methodsa programmer to cope with the complexity of dataabstraction
  • your programs become easier to read
  • your programs become easier to reuse
  • you can easily augment what a class provides
  • you can easily improve the way that data are stored
the pieces of data that describe some entity, so that programmers can manipulate that data as a unit

Next abstractionprocedural abstraction    Upabstraction