services
Evolution of CSharp

In C, C++ the main function can reside outside of any class which makes it not pure Object Oriented Language. Thus the concept of Static and Non-Static Members were introduced in C# taking some inspiration from Java and which allowed calling of member function of a class even without creating an object of the class, thus solving the problem of having a Pure Object Oriented Programming Lanuage as CSharp.

Comments

Leave your Comment here