Consider the following program code. class person { private string name; private int age; void person() { name=Raju; } talk() { System.out.println(Hello I am + name); } } Which constructor has been wrongly defined?
Reveal answer
Fill a bubble to check yourself