Yogesh Jadhav
where does class veriables and globle variables gets stored after creating the object of the class?
By Yogesh Jadhav in C# on Sep 23 2013
  • Yogesh Jadhav
    Sep, 2013 27

    When object of a class is created, 1. class level variables are stored in Heap inside object. 2. Value type variables inside a function goes in stack.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS