Computer Applications

Write a statement to create an object 'Keyboard' of the class 'Computer'.

Objects & Classes

189 Likes

Answer

Computer Keyboard = new Computer();

Answered By

103 Likes


Related Questions