Computer Science, asked by mamtaraj7797, 11 months ago

member variable are loaded into ---- so they are initialized with default values when an instance of class is created

Answers

Answered by sanish
1

Heya Friend,

Member variable are loaded into heap so they are initialized with default values when an instance of class is created.

Correct answer). Heap.

Hope it helps...

Answered by StaceeLichtenstein
0

Heap is the correct answer to the given question .

Explanation:

  • The heap is a data structure that is mainly purpose is to stored the information of a tree in the specific sequence of nodes there are two types of heap max heap and min heap .
  • When we created the class the member variable of the class is stored in the heap data structure with there default value however the object of that class is stored in the Stack data-structure .

Learn More :

  • brainly.in/question/16339030
Similar questions