Ask Question
24 March, 09:31

Where are the data components of a class that differ for each object stored?

+5
Answers (2)
  1. 24 March, 09:35
    0
    The answer is Instance Variables. The data components of a class that differ for each object stored is Instance Variables. An instance variable has a name beginning with @, and its scope is confined to whatever object self refers to. They are called so because their values are instance specific and are not shared among instances.
  2. 24 March, 09:54
    0
    The answer is instance variable. Each object in data components of a class differ and are stored in instance variable. Moreover, when an object is instantiated, it means that for each instantiated object of the class, there is a separate copy or instance.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Where are the data components of a class that differ for each object stored? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers