1.

What kind of things can become objects in oop​

Answer»

ong>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).



Discussion

No Comment Found