Whenever you are starting to learn a new programming language it is always definitely somewhere in Chapter 1-2-3 will be told about any special characters that would make a comment. According to Wikipedia: In computer programming, a comment is a programmer-readable annotation in the source code of a computer program. They are added with the purpose of making the source code easier to […]
Tag: C#
It’s time to think about the family! Or Inheritance in C#
Remembering my post two weeks ago (What is the object …) I could not miss the theme of inheritance in programming. It is one of the basic principles of object oriented programming. Here is a list of all those principles according to wikipedia: Encapsulation – property of the system, allowing you to combine data and […]