in general api set of prewritten packages , interface , classes , framework set of classes provides ready-made architecture developing applications.is there main difference between above two?
in general when make class work api, class invokes api classes.
instead, when make class work framework, class invoked framework classes.
this called inversion of control (ioc).
also, api nothing itself. framework, work itself, providing default behavior.
Comments
Post a Comment