C# Expression bodied Constructors and FinalizersC# expression body is a single line expression statement. It is used to provide single life definition to the method, constructor or property. C# expression bodied constructor is a constructor that contains single line expression statement. The body of constructor does not contain anything except a single expression statement. It is a concise way to perform some single line operations. Let's see an example. C# Expression Constructors ExampleOutput: Hello Rahul C# Expression Bodied FinalizerFinalizer is a destroyer that is used to perform cleanup related tasks. Body definition of finalizer is a single line expression. While working with finalizer, following are the key points to remember.
C# Expression Bodied Finalizer ExampleOutput: Hello Rahul Finalizer Executing Next TopicC# Expression Bodied Getters and Setters |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India