Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 8 - No. 27)

In the context of program development, what does abstraction primarily involve?
Adding more complexity to the code.
Focusing on the essential details while hiding unnecessary ones.
Writing the code as quickly as possible.
Ignoring the requirements of the program.

Explanation

Abstraction simplifies development by focusing on the essentials.

Comments (0)

Advertisement