Sunday, May 19, 2019

Object-Oriented Concepts

This is from a tutorial about UML, that includes a discussion of objects also.

The objects used in the programming world take the place of people in the real world. That is not putting it very well, but it's the best my feeble mind can come up with.

This is what it says:

An object contains both data and methods that control the data. The data represents the state of the object. A class describes an object and they also form a hierarchy to model the real-world system. The hierarchy is represented as inheritance and the classes can also be associated in different ways as per the requirement.

This is a clumsy way to say

This is what people have always looked like to computers.  

With Artificial Intelligence (AI) the Computer gets its smarts from the data. This is an improvement - it makes the computer smarter than the people that made it. 

No comments:

Post a Comment