Define object and class?
Answers
Answered by
4
Answer:
a class describes the contents of theobjects that belong to it: it describes an aggregate of data fields (called instance variables), and defines the operations (called methods). object: an object is an element (or instance) of a class; objectshave the behaviors of their class.
please mark me as brainlist
Answered by
1
Answer:
a class describes the contents of the objects that belong to it: it describes an aggregate of data fields (called instance variables), and defines the operations (called methods). object: an object is an element (or instance) of a class; objects have the behaviors of their class.
Explanation:
if it useful pls mark me as brainlist
Similar questions