Describe the difference between a Thread and a Process?
Answer Posted / pds
Thread is a path for execution and the executable which is
running is called a process.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what are the realtime excercises in C++?
Explain virtual inheritance?
Why is object oriented programming so hard?
What is this pointer in oop?
What are the important components of cohesion?
What are the two different types of polymorphism?
How to improve object oriented design skills?
Who invented oop?
What is constructor in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
How do you answer polymorphism?
Why is there no multiple inheritance?
What is the difference between a mixin and inheritance?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is object and class in oops?