object declatation has parts
Answers
Answered by
0
✨Like a package, an object type has two parts: a specification and a body. The specification (spec for short) is the interface to your applications; it declares a data structure (set of attributes) along with the operations (methods) needed to manipulate the data.✨
Similar questions