0

What is the meaning of objects in python?

OOP

18th Apr 2019, 6:13 PM
Dileep Patcha
Dileep Patcha - avatar
3 ответов
+ 9
In Python everything is an Object, even Variables and Functions. More about OOP you'll find in SL: https://www.sololearn.com/learn/Python/2467/
18th Apr 2019, 7:21 PM
Sebastian at Zielgerade
Sebastian at Zielgerade - avatar
18th Apr 2019, 6:32 PM
Samuel de Lucas
Samuel de Lucas - avatar
+ 1
objects arent exclusive to python, OOP is actually a programming paradigm just like procedural, functional and event driven programming languages. put simply, objects in programming are like objects with attributes in real life. e.g. an apple is an object, its attributes include: color; texture; shape; size; name; smell etc
18th Apr 2019, 10:35 PM
Logomonic Learning
Logomonic Learning - avatar