Who developed the PyA rectangle notation that is used to denote an object usually show?
- data and functions of the object
- communication links with other objects
- only data members of the object
- relationship with other objects
Answer:
Option a: data and functions of the object
The rectangle notation that is used to denote an object in C++ usually shows data and functions of the object. This is because the rectangle notation is a way of representing the class of the object, which is a blueprint that defines the data and functions that all objects of that type have.
Data
|
|
Functions
|
0 Comments