Hello.
Can i call methods in context of object and class how in classic OOP language?
Or i can call only from object (A(adress).method(), a.method())
Apr 11, 2023, 4:25 PM
Did I understand correctly?
If I accept a parameter with one of the three storage type of reference types in the method and put this parameter in another function that accepts the corresponding storage type, then just a reference is created and no copying occurs?
If I accept a parameter with one of the three storage type of reference types in the method and put this parameter in another function that accepts the corresponding storage type, then just a reference is created and no copying occurs?
?
Apr 11, 2023, 5:40 PM