Java   View all facts   Glossary   Help
abstraction > procedural abstraction
Next abstractiondata abstraction    Upabstraction

procedural abstraction comparison table
Subject is a kind of have advantages have advantage
abstractionkbTop  
procedural abstractionabstractionprograms become
  • easier to reuse
  • easier to read
  • easier to debug
  • easier to augment
  • easier to improve
  • easier to adapt
when using a certain procedure, a programmer does not need to worry about all the details of how it performs its computations; he or she only needs to know how to call it and what it computes

Next abstractiondata abstraction    Upabstraction