Ask Question
26 November, 17:31

30 mins and I will give Brianlest what is the difference between a method and a function in which ways are they similar why do you think python makes a distinct between methods and functions

+4
Answers (1)
  1. 26 November, 19:52
    0
    For 1), you should also add that methods in C+ + are called member functions. Thus, the difference between functions and methods in this context is analogous to the difference between functions and member functions in C++. Furthermore, languages like Java only have methods. In this case, functions would be analogous to static methods and methods would have the same meaning. For 2), you should add that a method is able to operate on the private instance (member) data declared as part of the class. Any code can access public instance data. A function is a mathematical construct. I would say all methods are functions but not all functions are methods
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “30 mins and I will give Brianlest what is the difference between a method and a function in which ways are they similar why do you think ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers