Q. How do you create an instance of a class?
β
Correct Answer: (A)
new ClassName()
Explanation: Use the new keyword to create an instance of a class.