#πŸ”’ Is my flowchart accurate?

16 messages Β· Page 1 of 1 (latest)

deep jackal
#

I made a flowchart about OOP and i want to make sure it is not incorrect. If it is can you please help point out any mistakes I made?

earnest orbitBOT
#

@deep jackal

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

deep jackal
#

BETTER IMAGE MORE CLEAR TO SEE

limber cobalt
#

rather than object calls method wouldn't it be better to imply functions are bound methods to the object manipulating its state

#

the main advantage of oop imo is the self or this reference in classes

deep jackal
#

functions are bound to the object manipulating its state

what does that mean

limber cobalt
#

rather than saying object calls method its better to say that the method can be invoked using the object instance since the method is bound to it

deep jackal
#

it takes me 3 minutes to comprehend sorry coding is hard

#

wait just using object instance alone

#

oh since the method is bound to it

deep jackal
#

i did the exact thing u said not to shi

limber cobalt
#

yeah

deep jackal
earnest orbitBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.