Computing - Libraries

AQA Computer Science 2022


The Comdlg32 library

What is the Comdlg32 DLL?

The library that looks after dialog boxes.

What is the name of the library that looks after dialog boxes?

Comdlg32.

Advantages of libraries and code reuse

What is the advantage to using a library?

It’s efficient due to code re-use.

What’s an advantage of code reuse?

You only have to fix issues once.

Code reuse encourages what architecture of programs?

Modular architecture.