Computer Science, asked by tspthomasbl, 9 hours ago

data members are called _____ are______ members function are called_______​

Answers

Answered by estherrani3157
2

Answer:

Data members are the data variables and member functions are the functions used to manipulate these variables and together these data members and member functions defines the properties and behavior of the objects in a Class.

Explanation:

Variables declared within a class preceded by a data type which define the state of an object are called data members, and functions which define the behaviour of an object of that class are called member functions.

Similar questions