Created
June 9, 2011 09:07
-
-
Save eranharel/1016391 to your computer and use it in GitHub Desktop.
Hebrew unicode Java class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* המחלקה העברית הראשונה | |
* @author Eran Harel | |
*/ | |
public final class מחלקה_סגורה { | |
int שלם = 1; | |
// בנאי | |
public מחלקה_סגורה() { | |
System.out.println("מאותחל"); | |
} | |
public void מתודה(final Object ארגומנט) { | |
System.out.println("ארגומנט=" + ארגומנט); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment