Please enable JavaScript to use CodeHS

APCSP20: AAP-3.B.7

CodeHS Lessons

Using procedural abstraction in a program allows programmers to change the internals of the procedure (to make it faster, more efficient, use less storage, etc.) without needing to notify users of the change as long as what the procedure does is preserved.