Get expert advice and community support on IDNLearn.com. Ask your questions and receive reliable, detailed answers from our dedicated community of experts.

Class objects normally have ________ that perform useful operations on their data, but primitive variables do not.

Sagot :

Answer:

Methods

Explanation:

Methods are functions within a class that allows it to use the variables that are initiated on the class instantiation. Normal variables must be declared globally before a function for this to occur