C #.NET
VERSION 4.5
 What happens if the object of class gets
created?
 Ans:-Whenever we create the object of the
class created,internally following actions
takes place:
i. Reads the classes to identify their members
.
ii. Invokes the constructors of those classes
iii. Allocates the memory that is required for
execution.

C#.net

  • 1.
  • 2.
     What happensif the object of class gets created?  Ans:-Whenever we create the object of the class created,internally following actions takes place: i. Reads the classes to identify their members . ii. Invokes the constructors of those classes iii. Allocates the memory that is required for execution.