SUShivam Upadhyayinshivamupa.hashnode.dev·Jan 18, 2022 · 5 min readMost Commonly Asked OOPS Interview QuestionsWhat is Object-Oriented Programming? Object-Oriented Programming (OOP) is a programming paradigm where the complete software operates as a bunch of objects talking to each other. An object is a collection of data and methods that operate on its data....00
SUShivam Upadhyayinshivamupa.hashnode.dev·Dec 31, 2021 · 7 min readIntroduction to Operating SystemApplication Software Perform specific tasks for the user. System Software controls and operates the computer system, as well as provide a platform for application software to execute on. An Operating System is a piece of software, and hardware that...00