We know that for classes, for example, public class Employee {}, when we create an instance of it, there will be an Employee object created in heap, and CLR created
public class Employee {}