Hello
Does anyone know if and object's executable code/instructions that are stored in memory by the CLR when creating it are stored once for every instance of such object? Or they are duplicated for each created instance?
In other words, does the CLR stores once the Executable Instructions of an object and reuses that for every instance of it?