What does the following C# code snippet specify?
Posted: Wed Jul 13, 2022 7:57 pm
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
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