can versioning concept applicable to Private assemblies?
B
Correct answer
Explanation
Versioning is NOT applicable to private assemblies. Private assemblies are deployed within the same directory as the application and are not registered in the Global Assembly Cache (GAC). Since they exist as simple DLL files without formal versioning infrastructure, multiple versions cannot coexist side-by-side. Only shared assemblies in the GAC support versioning.