Advertisements
Advertisements
प्रश्न
The correct statement to create an object named mango of class fruit:
विकल्प
Fruit Mango = new fruit();
fruit mango = new fruit();
Mango fruit = new Mango();
fruit mango = new mango();
MCQ
उत्तर
fruit mango = new fruit();
Explanation:
The class and object names should be the same, as specified in the query.
shaalaa.com
Objects as Instances of a Class
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?