{"id":24189,"date":"2024-10-25T14:10:47","date_gmt":"2024-10-25T14:10:47","guid":{"rendered":"https:\/\/atmokpo.com\/w\/?p=24189"},"modified":"2024-11-26T08:03:59","modified_gmt":"2024-11-26T08:03:59","slug":"05-1-%ed%8c%8c%ec%9d%b4%ec%8d%ac%ec%9d%98-%ed%81%b4%eb%9e%98%ec%8a%a4","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/24189\/","title":{"rendered":"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">1. \ud074\ub798\uc2a4\ub780 \ubb34\uc5c7\uc778\uac00?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ud074\ub798\uc2a4\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc5d0\uc11c \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d(OOP)\uc744 \uc9c0\uc6d0\ud558\ub294\ub370 \ud544\uc694\ud55c \uae30\ubcf8 \ub2e8\uc704 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub294 \ub370\uc774\ud130(\uc18d\uc131)\uc640 \ub370\uc774\ud130 \uc870\uc791\uc744 \uc704\ud55c \uba54\uc18c\ub4dc(\ud568\uc218)\ub97c \ud558\ub098\ub85c \ubb36\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc\uc758 \uad6c\uc870\ub97c \uc798 \uc815\ub9ac\ud558\uace0, \ub354 \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud558\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">2. \ud074\ub798\uc2a4\uc640 \uac1d\uccb4\uc758 \ucc28\uc774<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ud074\ub798\uc2a4\ub294 \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud55c \uccad\uc0ac\uc9c4(\uc124\uacc4\ub3c4)\uc785\ub2c8\ub2e4. \uac1d\uccb4\ub294 \ud074\ub798\uc2a4\ub97c \uae30\ubc18\uc73c\ub85c \uc0dd\uc131\ub41c \uc2e4\uccb4\uc774\uba70, \ub7f0\ud0c0\uc784\uc5d0 \uba54\ubaa8\ub9ac\ub97c \uc810\uc720\ud558\uace0 \ud589\ub3d9\ud560 \uc218 \uc788\ub294 \uc0c1\ud0dc\ub97c \uac00\uc9d1\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3. \ud074\ub798\uc2a4 \uc815\uc758\ud558\uae30<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ud074\ub798\uc2a4\ub294&nbsp;<code>class<\/code>&nbsp;\ud0a4\uc6cc\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc815\uc758\ud569\ub2c8\ub2e4. \ud074\ub798\uc2a4 \uc774\ub984\uc740 \ubcf4\ud1b5 \ub300\ubb38\uc790\ub85c \uc2dc\uc791\ub418\uba70, \ud074\ub798\uc2a4 \ubcf8\ubb38\uc740 \ub4e4\uc5ec\uc4f0\uae30 \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class Car:\n    def __init__(self, make, model, year):\n        self.make = make\n        self.model = model\n        self.year = year\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">4. \uc0dd\uc131\uc790\uc640 \uc18c\uba78\uc790<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc0dd\uc131\uc790\ub294 \uac1d\uccb4\uac00 \uc0dd\uc131\ub420 \ub54c \uc790\ub3d9\uc73c\ub85c \ud638\ucd9c\ub418\ub294 \uba54\uc18c\ub4dc\ub85c, \uc8fc\ub85c \uac1d\uccb4\uc758 \ucd08\uae30 \uc0c1\ud0dc\ub97c \uc124\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c\ub294&nbsp;<code>__init__<\/code>&nbsp;\uba54\uc18c\ub4dc\uac00 \uadf8 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc18c\uba78\uc790\ub294 \uac1d\uccb4\uac00 \uc0ad\uc81c\ub420 \ub54c \ud638\ucd9c\ub418\uba70,&nbsp;<code>__del__<\/code>&nbsp;\uba54\uc18c\ub4dc\ub85c \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">5. \ud074\ub798\uc2a4 \ubcc0\uc218\uc640 \uc778\uc2a4\ud134\uc2a4 \ubcc0\uc218<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ud074\ub798\uc2a4 \ubcc0\uc218\ub294 \ud074\ub798\uc2a4\uc5d0 \uc758\ud574 \uacf5\uc720\ub418\ub294 \ubcc0\uc218\ub85c, \ubaa8\ub4e0 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ub3d9\uc77c\ud55c \uac12\uc744 \uac00\uc9d1\ub2c8\ub2e4. \uc778\uc2a4\ud134\uc2a4 \ubcc0\uc218\ub294 \uac1d\uccb4\ub9c8\ub2e4 \ubcc4\ub3c4\uc758 \uac12\uc744 \uac00\uc9c8 \uc218 \uc788\ub294 \ubcc0\uc218\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class Car:\n    number_of_wheels = 4  # \ud074\ub798\uc2a4 \ubcc0\uc218\n\n    def __init__(self, make, model, year):\n        self.make = make    # \uc778\uc2a4\ud134\uc2a4 \ubcc0\uc218\n        self.model = model  # \uc778\uc2a4\ud134\uc2a4 \ubcc0\uc218\n        self.year = year    # \uc778\uc2a4\ud134\uc2a4 \ubcc0\uc218\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">6. \uba54\uc18c\ub4dc \uc815\uc758<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uba54\uc18c\ub4dc\ub294 \ud074\ub798\uc2a4 \ub0b4\ubd80\uc5d0 \uc815\uc758\ub41c \ud568\uc218\ub85c, \uac1d\uccb4\uc758 \ub3d9\uc791\uc744 \uc815\uc758\ud569\ub2c8\ub2e4. \ubcf4\ud1b5 \uc778\uc2a4\ud134\uc2a4 \uba54\uc18c\ub4dc\uac00 \uc0ac\uc6a9\ub418\uba70, \uccab \ubc88\uc9f8 \ub9e4\uac1c\ubcc0\uc218\ub85c&nbsp;<code>self<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud574\ub2f9 \uac1d\uccb4\uc5d0 \uc811\uadfc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class Car:\n    def start_engine(self):\n        print(\"Engine started\")\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">7. \uc0c1\uc18d<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc0c1\uc18d\uc740 \uae30\uc874 \ud074\ub798\uc2a4\ub97c \uae30\ubc18\uc73c\ub85c \uc0c8\ub85c\uc6b4 \ud074\ub798\uc2a4\ub97c \ub9cc\ub4dc\ub294 \uae30\ubc95\uc73c\ub85c, \ucf54\ub4dc \uc7ac\uc0ac\uc6a9\uc131\uc744 \ub192\uc785\ub2c8\ub2e4.&nbsp;<code>class DerivedClass(BaseClass):<\/code>&nbsp;\ud615\ud0dc\ub85c \uc815\uc758\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class ElectricCar(Car):\n    def __init__(self, make, model, year, battery_size):\n        super().__init__(make, model, year)\n        self.battery_size = battery_size\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">8. \ub2e4\ud615\uc131<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ub2e4\ud615\uc131\uc740 \uac19\uc740 \uc778\ud130\ud398\uc774\uc2a4\ub85c \uc11c\ub85c \ub2e4\ub978 \ub370\uc774\ud130 \ud0c0\uc785\uc744 \ucc98\ub9ac\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc785\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \uba54\uc18c\ub4dc \uc624\ubc84\ub77c\uc774\ub529\uc744 \ud1b5\ud574 \ub2e4\ud615\uc131\uc744 \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class Animal:\n    def sound(self):\n        pass\n\nclass Dog(Animal):\n    def sound(self):\n        return \"Woof!\"\n\nclass Cat(Animal):\n    def sound(self):\n        return \"Meow!\"\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">9. \ucea1\uc290\ud654<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ucea1\uc290\ud654\ub294 \uac1d\uccb4\uc758 \uc77c\ubd80 \uad6c\ud604 \ub0b4\uc6a9\uc5d0 \ub300\ud574 \uc678\ubd80\ub85c\ubd80\ud130\uc758 \uc811\uadfc\uc744 \uc81c\ud55c\ud558\ub294 \uac83\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \uad00\uc2b5\uc801\uc73c\ub85c \ubcc0\uc218\uba85 \uc55e\uc5d0 \ubc11\uc904\uc744 \ubd99\uc5ec(private) \ucea1\uc290\ud654\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">10. \ud074\ub798\uc2a4 \ud65c\uc6a9 \uc608\uc81c<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc5ec\uae30\uc11c\ub294 \uc55e\uc11c \uc124\uba85\ud55c \ubaa8\ub4e0 \uac1c\ub150\uc744 \ud3ec\ud568\ud55c \uc608\uc81c\ub97c \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class Book:\n    def __init__(self, title, author, pages):\n        self.title = title\n        self.author = author\n        self._pages = pages  # Private \ubcc0\uc218\n\n    def __str__(self):\n        return f\"{self.title} by {self.author}\"\n\n    def set_pages(self, pages):\n        if pages &gt; 0:\n            self._pages = pages\n        else:\n            raise ValueError(\"\ud398\uc774\uc9c0 \uc218\ub294 \uc591\uc218\uc5ec\uc57c \ud569\ub2c8\ub2e4.\")<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>1. \ud074\ub798\uc2a4\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub798\uc2a4\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc5d0\uc11c \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d(OOP)\uc744 \uc9c0\uc6d0\ud558\ub294\ub370 \ud544\uc694\ud55c \uae30\ubcf8 \ub2e8\uc704 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub294 \ub370\uc774\ud130(\uc18d\uc131)\uc640 \ub370\uc774\ud130 \uc870\uc791\uc744 \uc704\ud55c \uba54\uc18c\ub4dc(\ud568\uc218)\ub97c \ud558\ub098\ub85c \ubb36\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc\uc758 \uad6c\uc870\ub97c \uc798 \uc815\ub9ac\ud558\uace0, \ub354 \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud558\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 2. \ud074\ub798\uc2a4\uc640 \uac1d\uccb4\uc758 \ucc28\uc774 \ud074\ub798\uc2a4\ub294 \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud55c \uccad\uc0ac\uc9c4(\uc124\uacc4\ub3c4)\uc785\ub2c8\ub2e4. \uac1d\uccb4\ub294 \ud074\ub798\uc2a4\ub97c \uae30\ubc18\uc73c\ub85c \uc0dd\uc131\ub41c \uc2e4\uccb4\uc774\uba70, \ub7f0\ud0c0\uc784\uc5d0 \uba54\ubaa8\ub9ac\ub97c \uc810\uc720\ud558\uace0 \ud589\ub3d9\ud560 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/24189\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[14,15],"class_list":["post-24189","post","type-post","status-publish","format-standard","hentry","category-11","tag-14","tag-15"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/24189\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"1. \ud074\ub798\uc2a4\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub798\uc2a4\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc5d0\uc11c \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d(OOP)\uc744 \uc9c0\uc6d0\ud558\ub294\ub370 \ud544\uc694\ud55c \uae30\ubcf8 \ub2e8\uc704 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub294 \ub370\uc774\ud130(\uc18d\uc131)\uc640 \ub370\uc774\ud130 \uc870\uc791\uc744 \uc704\ud55c \uba54\uc18c\ub4dc(\ud568\uc218)\ub97c \ud558\ub098\ub85c \ubb36\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc\uc758 \uad6c\uc870\ub97c \uc798 \uc815\ub9ac\ud558\uace0, \ub354 \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud558\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 2. \ud074\ub798\uc2a4\uc640 \uac1d\uccb4\uc758 \ucc28\uc774 \ud074\ub798\uc2a4\ub294 \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud55c \uccad\uc0ac\uc9c4(\uc124\uacc4\ub3c4)\uc785\ub2c8\ub2e4. \uac1d\uccb4\ub294 \ud074\ub798\uc2a4\ub97c \uae30\ubc18\uc73c\ub85c \uc0dd\uc131\ub41c \uc2e4\uccb4\uc774\uba70, \ub7f0\ud0c0\uc784\uc5d0 \uba54\ubaa8\ub9ac\ub97c \uc810\uc720\ud558\uace0 \ud589\ub3d9\ud560 &hellip; \ub354 \ubcf4\uae30 &quot;05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/24189\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-25T14:10:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:03:59+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/24189\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24189\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4\",\"datePublished\":\"2024-10-25T14:10:47+00:00\",\"dateModified\":\"2024-11-26T08:03:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24189\/\"},\"wordCount\":12,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"keywords\":[\"\ud30c\uc774\uc36c\",\"\ud30c\uc774\uc36c\uac15\uc88c\"],\"articleSection\":[\"\ud30c\uc774\uc36c\uacf5\ubd80\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/atmokpo.com\/w\/24189\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/24189\/\",\"url\":\"https:\/\/atmokpo.com\/w\/24189\/\",\"name\":\"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-25T14:10:47+00:00\",\"dateModified\":\"2024-11-26T08:03:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24189\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/24189\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/24189\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/24189\/","og_locale":"ko_KR","og_type":"article","og_title":"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"1. \ud074\ub798\uc2a4\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub798\uc2a4\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc5d0\uc11c \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d(OOP)\uc744 \uc9c0\uc6d0\ud558\ub294\ub370 \ud544\uc694\ud55c \uae30\ubcf8 \ub2e8\uc704 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub294 \ub370\uc774\ud130(\uc18d\uc131)\uc640 \ub370\uc774\ud130 \uc870\uc791\uc744 \uc704\ud55c \uba54\uc18c\ub4dc(\ud568\uc218)\ub97c \ud558\ub098\ub85c \ubb36\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc\uc758 \uad6c\uc870\ub97c \uc798 \uc815\ub9ac\ud558\uace0, \ub354 \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud558\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 2. \ud074\ub798\uc2a4\uc640 \uac1d\uccb4\uc758 \ucc28\uc774 \ud074\ub798\uc2a4\ub294 \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud55c \uccad\uc0ac\uc9c4(\uc124\uacc4\ub3c4)\uc785\ub2c8\ub2e4. \uac1d\uccb4\ub294 \ud074\ub798\uc2a4\ub97c \uae30\ubc18\uc73c\ub85c \uc0dd\uc131\ub41c \uc2e4\uccb4\uc774\uba70, \ub7f0\ud0c0\uc784\uc5d0 \uba54\ubaa8\ub9ac\ub97c \uc810\uc720\ud558\uace0 \ud589\ub3d9\ud560 &hellip; \ub354 \ubcf4\uae30 \"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4\"","og_url":"https:\/\/atmokpo.com\/w\/24189\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-25T14:10:47+00:00","article_modified_time":"2024-11-26T08:03:59+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/24189\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/24189\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4","datePublished":"2024-10-25T14:10:47+00:00","dateModified":"2024-11-26T08:03:59+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/24189\/"},"wordCount":12,"commentCount":0,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"keywords":["\ud30c\uc774\uc36c","\ud30c\uc774\uc36c\uac15\uc88c"],"articleSection":["\ud30c\uc774\uc36c\uacf5\ubd80"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/atmokpo.com\/w\/24189\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/24189\/","url":"https:\/\/atmokpo.com\/w\/24189\/","name":"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-25T14:10:47+00:00","dateModified":"2024-11-26T08:03:59+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/24189\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/24189\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/24189\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"05-1 \ud30c\uc774\uc36c\uc758 \ud074\ub798\uc2a4"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=24189"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24189\/revisions"}],"predecessor-version":[{"id":24190,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24189\/revisions\/24190"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=24189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=24189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=24189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}