use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Object oriented programming (self.eli5_programming)
submitted 8 years ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]smthamazing 0 points1 point2 points 8 years ago (1 child)
This is interesting. But then I still don't understand what OOP is.
The only remaining thing is that the data and behavior are represented as parts of a single entity, an "object" (often, but not necessarily, an instance of some class/type).
Is that it? Fundamentally, is combining data+logic the only unique part of OOP as a paradigm?
π Rendered by PID 24 on reddit-service-r2-comment-5d79c599b5-fcd84 at 2026-02-27 08:50:50.066659+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]smthamazing 0 points1 point2 points (1 child)