AHABDULLAH HASSANintechdoctor.com·Dec 27, 2022 · 4 min readCPU Scheduling Algorithm in OsThere are two types of CPU Scheduling algorithms 1: preemptive These types of algorithms are used for running multi processes at the same time. means these algorithms are used in context switching. if you are not familiar with context switching, don'...00
AHABDULLAH HASSANintechdoctor.com·Dec 10, 2022 · 4 min readIntroduction of Object-Oriented ProgrammingIntroduction Object-oriented programming is nothing but it's just an approach to mapping your problem with real-world or life objects. It is all about creating objects that have some attributes and methods (block of code that is reusable). Let's know...00