Tag: Development

Community

Introducing Java

(Debjani Mallick) Java is a purely object-oriented programming language developed by Sun Microsystems in 1991. Initially it was named “Oak” by Games Gosling and his team. In 1995, it was renamed as Java. Being an object oriented language, it has the features of object oriented programming language e

Community

Delegates and Events

(Rahul Saxena) Delegates are the function to pointer. A delegate keeps the reference of function. Like as pointer in C/C++, same in C# we have delegates. Delegates in C# are reference types. They are type safe, managed function pointers in C# that can be used to invoke a method that the delegate ref