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

procedural abstraction
subjectfact 
procedural abstractionhas advantage 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 computessource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:43.0
has advantages programs become
  • easier to reuse
  • easier to read
  • easier to debug
  • easier to augment
  • easier to improve
  • easier to adapt
added by: JK, source: On To Java, 2001-10-19 11:37:43.0
is a subtopic of Object Oriented Programming Concepts2001-10-19 11:37:43.0
is a kind of abstractionsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:43.0