Áú¹®> class ¿Í °´Ã¼ÀÇ °³³ä ±¸ºÐ


[ Follow Ups ] [ Post Followup ] [ ÀÚ¹Ù ¹¯°í ´äÇϱâ ]

Posted by ±Ç¿µÁØ on October 28, 1997 at 01:27:08:

¾È³çÇϼ¼¿ä ÀÚ¹Ù ¸Å´Ï¾Æ ¿©·¯ºÐ ....
Àú´Â ÀÚ¹Ù¸¦ ½ÃÀÛÇÑÁö ¾ó¸¶ ¾ÈµÇ´Â ½ÅÂüÀε¥. studying Áß
¿ë¾îµé¿¡ ´ëÇÑ ÀÌÇØ°¡ Àß µÇÁö ¾Ê¾Æ µµ¿ò Á» ¹ÞÀ»±î ÇÕ´Ï´Ù.
class ¿Í °´Ã¼ ÀÇ °³³ä¿¡ ´ëÇؼ­ ¿¹¿Í Â÷ÀÌÁ¡À» ÀÚ¼¼È÷ ¼³¸íÇØÁÖ¼ÌÀ¸¸é ÇÕ´Ï´Ù.
¿¹¸¦ µé¾î¼­
public class Date {
int day;
int month;
int year;
}


Date mybirth, yourbirth;
mybirth= new Date();
yourbirth=new Date();
mybirth.day = 26;
mybirth.month=11;
yourbirth.year=1960;
À̶ó°í ÇÒ¶§, class´Â ¾Ë°Ú´Âµ¥, °´Ã¼´Â...............
¾Æ..½Å´ëÇõ¾¾ °¨»ç°¨»ç


Follow Ups:



À̾ ±Û¿Ã¸®±â(´äÇϱâ)

À̸§:
E-Mail:
Á¦¸ñ:
³»¿ë:
°ü·Ã URL(¼±ÅÃ):
URL Á¦¸ñ(¼±ÅÃ):
°ü·Ã À̹ÌÁö URL:


[ Follow Ups ] [ Post Followup ] [ ÀÚ¹Ù ¹¯°í ´äÇϱâ ]