If several apps are installed on the same device which use the same framework, are multiple copies of the framework code stored on the device or do all apps share them?
System frameworks are "shared" I guess you could say. More so, apps are linked to the frameworks on the system.