Dart Computer Programming for Beginners: 07 Object Oriented Programming

preview_player
Показать описание
Object oriented programming is a programming paradigm. In other words, it is a way of thinking about how to control your logical thinking.

In Dart, everything is an object, which is basically means that we can do things with these objects. The syntax for 'doing things' is:

A method is something you can do to the object (example: change a number to a string), or some information you can get out of the object (example: determine how many characters are in a string).
Рекомендации по теме
Комментарии
Автор

very good explanation on OOP appreciate it

scshitole
Автор

Very nice....👌👌👌...But one thing is that why did you make two series on dart ...? Is there any difference between...? Plz. I like this one cause of dark theam....👌👌👌...No eye you make new video plz... Keep it dark theam....👌👌👌👌☺☺☺
In the world of youtube....There are few knowledgeable youtuber....You are one of them....👍👍👌💐

jk
Автор

I like how you present your lesson, makes it easy to understand. But there's one thing I'll differ with. isFinite is not a method. Its a property. Theres a difference between those two. Notice how the circular icons in the drop down list are colored differently? The methods (eg: toString()) are one color, and the properties (eg: isEven(), length(), etc) are another. Methods run a process on the object. Properties tell a certain state of the object.

FiDonkor
welcome to shbcf.ru