MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. backrworace
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    sachin bhaurao pagar

    @backrworace

    1
    Reputation
    12
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location pune Age 27

    backrworace Unfollow Follow

    Best posts made by backrworace

    • python method vs function

      Python Method vs function

      Method is called by its name, but it is associated to an object (dependent).
      A method is implicitly passed the object on which it is invoked.
      It may or may not return any data.
      A method can operate on the data (instance variables) that is contained by the corresponding class
      Function is block of code that is also called by its name. (independent)
      The function can have different parameters or may not have any at all. If any data (parameters) are passed, they are passed explicitly.
      It may or may not return any data.
      Function does not deal with Class and its instance concept.

      posted in General Discussion
      B
      backrworace

    Latest posts made by backrworace

    • python method vs function

      Python Method vs function

      Method is called by its name, but it is associated to an object (dependent).
      A method is implicitly passed the object on which it is invoked.
      It may or may not return any data.
      A method can operate on the data (instance variables) that is contained by the corresponding class
      Function is block of code that is also called by its name. (independent)
      The function can have different parameters or may not have any at all. If any data (parameters) are passed, they are passed explicitly.
      It may or may not return any data.
      Function does not deal with Class and its instance concept.

      posted in General Discussion
      B
      backrworace