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 |
difine hierarchical inheritance.
What is abstraction and encapsulation?
what is oops
WHEN A COPY CONSTER IS CALL ?
define oops with class and object
difference between static and non-static variables?
Write on signed and unsigned integers and give three (3) examples each
why destructor is not over loaded?
Have you ever interfaced with a database?
what does exactly the linker do?
What is Object and Class? What are the differences between them?
Are polymorphisms mutations?