Computer Science, asked by kp0483391gmailcom, 7 months ago

what kind of things can become objects in oop​

Answers

Answered by praseenasasi
5

Answer:

A building is an object, while it's blue print (definition/plan) is a class. So, anything that has a definition, can be instantiated and hence, can become an object from a programming perspective (except of course, abstract definitions, like interfaces or abstract classes in Java, which need further expansion).

Similar questions