Page 1 of 1

What does the following C# code snippet specify?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
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