Author: prateekb

Delegates in C#: Complete tutorial

Learn Delegates c# In C#, a delegate is a type that represents references to methods with a particular parameter list and return type. Delegates provide a way to encapsulate a method, and they are often used for defining...

Read More

Inheritance in C# oops complete guide

Inheritance Table of content: Topics1Why i wrote this article2Inheritance – complete guide3All possible scenarios based/ tricky in/out type of Interview questions Why i wrote this article? When I was preparing c#/oops, the...

Read More