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
74 Likes
Answer
Furniture Study_Table = new Furniture();
Answered By
43 Likes
A statement is given as:
'Study_Table' is an object of the class 'Furniture'. Write down Java statement for the same.
74 Likes
Furniture Study_Table = new Furniture();
Answered By
43 Likes