What is a difference between a method and a function?

后端 未结 7 1415
礼貌的吻别
礼貌的吻别 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

    0 讨论(0)
提交回复
热议问题