Q. Can we create an instance of Enum outside of Enum itself?
β
Correct Answer: (B)
False
Explanation: Enum does not have a public constructor.