Computer Science, asked by surajjayakumar22, 4 months ago

what is multithreading?explain the concepts uding python​

Answers

Answered by themakerqueries
0

Answer:

Multithreading is the ability of a central processing unit (CPU) (or a single core in a multi-core processor) to provide multiple threads of execution concurrently, supported by the operating system. This approach differs from multiprocessing.

Major OOP (object-oriented programming) concepts in Python include Class, Object, Method, Inheritance, Polymorphism, Data Abstraction, and Encapsulation. That was all about the differences, moving ahead let's get an idea of classes and objects.

Similar questions