Multiple choice

Class Libraries can be used

  1. to reuse code

  2. for component based programming

  3. both (1) and (2)

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Class libraries serve both purposes: they contain reusable code that programmers can use, and they support component-based programming by providing pre-built, tested components.