60.7k views
3 votes
In OOP terminology, an object's member variables are often called its ________ and its member functions can be referred to as its behaviors or its ________.

User KevSheedy
by
8.9k points

1 Answer

4 votes

Answer:Attributes, Methods

Step-by-step explanation: According to the object-oriented programming, attribute serves as the purpose for defining the an elements features and functioning.It is usually in the form of collection of objects and also known as object's member variable.

Method in the OOP's concept is defined as technique that works on the object that consist of some data and certain features.It also clarifies about the usage or utilization of that data message according to their behavior.

User Ryan Burnham
by
9.2k points

Related questions

asked May 1, 2024 96.3k views
BSalunke asked May 1, 2024
by BSalunke
8.0k points
1 answer
4 votes
96.3k views
1 answer
5 votes
176k views