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