In the previous two articles, we introduced strings. Then, we learned some of the useful functions that...
System Programming
In the previous article, we had an introduction to Strings. We have learned the original implementation of...
We’ve talked about delegates before, and how they can be used as pointers to functions. Delegates are...
Strings is one of the important data types that every programming language should have support to. Your...
In the previous article, you learned that methods in a base class can be overridden in child...
Continuing our discussion on Object-Oriented Programming, let’s finish Constructors, and start talking about their opposite: Destructors. Initializing...
In the previous article, we discussed the concept of interfaces. An interface is like a contract that...
After introducing the Object-Oriented Programming concept: what it is, and what it is used for. And after...
In the previous article, we started dealing with C# as a true object oriented programming language. We...
What is OOP? Welcome to the article you are all waiting for; Object-Oriented Programming. Object-Oriented Programming is...