What does the following C# code snippet specify?
public Thread(ThreadStart start)
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: Option D

Join The Discussion