Should you protect the global data in threads? Why or why
not?
Answers were Sorted based on User's Feedback
Global data need to be stored in a common place where each
thread can access it within that program. So it shouldnot
be stored on a particular thread but in the process's
memory where each thread can access it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Precompilation ?
who is the father of OPPS
What is new keyword in oops?
what is virtual function?
Write a program to find out the number of palindromes in a sentence.
Why do we use class?
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
Describe the difference between a Thread and a Process?
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
can you give real time example for polymarphism
create a c++ program that will ask 10 numbers and display their sum using array.
what is the definition of incapsulation