letting an object name itself
i am working on an object oriented code. i would like every object to have a property 'name' that is identical to it's workspace...
meer dan 2 jaar ago | 1 answer | 0
1
answer
Question
create a function while protecting it's code
i am working towards publishing my code. while most of it i hope to publish as an open source code, there is one function that i...
meer dan 2 jaar ago | 1 answer | 0
1
answer
Question
passing a variable name to a function
let's say i have several variables, and i want to create a function that changes a variable based on user specification
for ins...
meer dan 2 jaar ago | 1 answer | 0
1
answer
Question
method accessing it's own object
it seems that a method inside a class definition cannot access it's own object, or at least it doesn't recognize it's own object...