Q. Identify the correct way of declaring constructor.
Code:Public class Solution {}
β
Correct Answer: (D)
Both (A) and (B)
Public class Solution {}
You must be Logged in to update hint/solution