Computer Applications
A statement is given as:
'Study_Table' is an object of the class 'Furniture'. Write down Java statement for the same.
Objects & Classes
69 Likes
Answer
Furniture Study_Table = new Furniture();
Answered By
40 Likes
A statement is given as:
'Study_Table' is an object of the class 'Furniture'. Write down Java statement for the same.
69 Likes
Furniture Study_Table = new Furniture();
Answered By
40 Likes