Computer Science, asked by shalinlsingh, 11 months ago

Write a statement to create an object laptop belonging to class Lenovo.



Answers

Answered by smartsarancomfortrub
0

Answer:

Explanation:

lenovo laptop = new lenovo (...);

The "..." here represent arguments to be passed if the Constructor of the class lenovo is parameterized...If not, just neglect those dots !

Similar questions