Vidyalelo
C# Programming · Q55

Multithreading in C Sharp

Programming · C# Programming · question 55

Q55

What does the following C# code snippet specify? public Thread(ThreadStart start)

A.
Defines a thread
B.
Declaration of a thread constructor
C.
Only Defines a thread
D.
Only Defines a thread & Declaration of a thread constructor
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board