+ 2
Does it matter if the operator is public or private?
5 Respostas
+ 1
it needs to be static to have something to put into memory without it the code will be lost and wont compile
0
can you specify ?
0
If you are making a overloaded operator it has to be public
0
yes it has to be public and static
0
Yeah it you have to specify the access modifier to know the scope of the method