5
Reply

What are the Class Libraries ?

rahul jaiswal

rahul jaiswal

Sep 10, 2012
2.8k
0

    Class Library are collections of predefine classes . these classes can be use by a programmer when develop a application which increase the functionality of program. class library are collection of common classes which mostly used by programmers.

    class library is nothing but collection of pre-defined classes and function which can be consumed by programmer for execution of Application

    Bhabani Prasad
    May 24, 2014
    0

    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. The programmer specifies which classes are being used and furnishes data that instantiate s each class as an object that can be called when the program is executed. Access to and use of a class library greatly simplifies the job of the programmer since standard, pretested code is available that the programmer doesn't have to write.A class library is analogous to a subroutine library in earlier, procedural programming.

    Munesh Sharma
    April 12, 2014
    0

    class library is nothing but collection of pre defined classes.

    srikanth reddy
    June 17, 2013
    0

    A Class 'Library' is a set of reusable classes meant for providing a specif functionality that can be readily used by the application.

    rahul jaiswal
    September 10, 2012
    0