InterviewSolution
Saved Bookmarks
| 1. |
Define a class called library |
|
Answer» Explanation:In object-oriented PROGRAMMING , a class library is a collection of prewritten class es or coded templates, any of which can be specified and used by a programmer when DEVELOPING an application PROGRAM. ... A class library is analogous to a subroutine library in EARLIER, procedural programming. |
|