'''perlÀÇ ÀåÁ¡°ú SmalltalkLanguageÀÇ ¼ø¼ö OOP¸¦ Á¢¸ñ½ÃŲ ¼ø¼öÇÑ OOP¾ð¾î''' http://www.ruby-lang.org/ko {{| Ruby is a complete, full, pure object oriented language: OOL. This means all data in Ruby is an object, not in the sense of Python or Perl, but in the sense of Smalltalk: no exceptions. Example: In Ruby, the number 1 is an instance of class Fixnum. |}} ---- Python 2.3ÀÌÈĺÎÅÍ ºñ·Î¼­ OOP¿¡ ±ÙÁ¢ÇÑ ¾ð¾î°¡ µÇ¾ú´Ù°í ÇÕ´Ï´Ù. PythonLanguage³ª JavaLanguage´Â SmallTalk°°Àº ¼ø¼ö OOP¾ð¾î°¡ ¾Æ´Ï¶ó°í ÇÕ´Ï´Ù. --WkPark ---- CategoryExternalLink