Get the answers you need at Westonci.ca, where our expert community is dedicated to providing you with accurate information. Explore thousands of questions and answers from a knowledgeable community of experts on our user-friendly platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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