Answers for "framework library difference"

1

framework library difference

The key difference between a library and a framework is 
“Inversion of Control”. When calling a method from a library, the 
developer is in control. With a framework, the control is inverted: the
framework calls the developer's code.
Posted by: Guest on September-15-2021

Browse Popular Code Answers by Language