Q. Which is the correct way to declare an object of the class in C#? (A) Class_Name Object_Name = new Class_Name(); (B) Class_Name Object_Name; (C) new Object_Name as Class_Name(); (D) Both A and B ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Both A and B