Computer Science, asked by Niloy123roy, 7 months ago

Explain the statement computer c=new computer();

Answers

Answered by hoangmustang
0

Answer:

i think you want to write computer c=new computer()?

Because computer() is the constructor of class computer

Explanation:

Similar questions