Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a different term for "non-static"?

I would like to add a comment saying: // Here comes the block of non-static members.
But I would like to avoid negations. So I would like to use another term for "non-static".

To be clear:
I mean "static" like in Integer.valueOf("42")
I mean "non-static" like in anObject.equals(otherObject)

I'm coding in Java / xtend. But I think it is a general question. So it could address any language.

like image 803
armin.miedl Avatar asked Oct 17 '25 16:10

armin.miedl


1 Answers

I would write the comment as

// Here comes the block of instance members / methods.
like image 191
Gereon Avatar answered Oct 20 '25 04:10

Gereon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!