I want to know methods internal working

I know semantics about methods
But want to know mechanics

  1. How func structured
  2. How method structured
  3. Difference between both of them
  4. How method and function calling works

Here are pointers to function representations at different levels of compilation, and part of the translation of a function call into machine code. You can see in the code the differences for methods.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.