I have a question, can I write all functions like this object.function() instead of functin(object) ? or that form for some function or cases.
- object.function() %u
- Re: object.function() Timon Gehr
- Re: object.function() Jonathan M Davis
I have a question, can I write all functions like this object.function() instead of functin(object) ? or that form for some function or cases.