What does the given code snippet specify? public Thread(ThreadStart start) = = = = = a) Initialization of a new instance of the Thread class. b) Declaration of a thread constructor.
Correct Answer: a and b.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions