what is the difference between a framework and a platform [closed]
Typically, “platform” refers to the actual hardware/software upon which a piece of software is built or for which it is destined. Example usage: “I built this app for the Windows platform.” “Framework” refers to a collection of libraries/classes with the common goal of providing a scaffold on which to build software. Frameworks might completely alter … Read more