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 is abstraction with example?
Why is polymorphism used?
What is encapsulation oop?
Can static class have constructor?
What is abstraction in oops?
What is polymorphism in oop example?
What is the point of oop?
What is inheritance write a program to show use of inheritance?
State what is encapsulation and friend function?
What is multilevel inheritance explain with example?
What is object in oop with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is difference between pop and oop?
What is the important feature of inheritance?
What is class in oop with example?