Shubham Kumar
What is the difference between a framework and a library. ?
By Shubham Kumar in .NET on Apr 29 2015
  • Avikshith Aradhya
    May, 2016 30

    A library is essentially a set of functions that you can call, these days usually organized into classes. Each call does some work and returns control to the client.A framework embodies some abstract design, with more behavior built in. In order to use it you need to insert your behavior into various places in the framework either by subclassing or by plugging in your own classes. The framework's code then calls your code at these points.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS