in C++ I like to use the const keyword like this:
private void method1() const {
//do something, but don't modify the value of Class members
}
Is this possible in Java?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |