I hear the whole day the terms class library, base class library, Framework, …
What highlights a framework and what a base class library?
I hear the whole day the terms class library, base class library, Framework, …
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The distinguishing feature between a class library and a software framework is that in a framework, the flow of control is not determined by the user´s code, but by the framework.
This is also known as Hollywood principle (don´t call us, we call you).
By the way, there is also a nice Wikipedia article on this topic.