What is a difference between a method and a function?

后端 未结 7 1471
礼貌的吻别
礼貌的吻别 2020-12-08 00:15

What is the difference between a method and a function? Is it that a method returns a value and a function doesn\'t?

7条回答
  •  情深已故
    2020-12-08 00:58

    We define method inside class , we define function out side class, function is not part of class

提交回复
热议问题