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 […]
Tag: objects
What is the object and how orient to it
As is well known almost all programming languages in the world today are object oriented languages. But what does it mean? What is an object? What object do they mean? And to orient on it? Going back to the previous topic (which you can read here), it is recalled that HTML and CSS are not […]