how memory is allocated, when an instance is created for a class.for example when a class is instantiated two times,does every object has its own memory block?
madhu sudan kumbakonam
The memory allocation to the class is very interesting process consider the following class
Yes every object has its own separate memory block....