{"id":117,"date":"2024-08-07T15:48:33","date_gmt":"2024-08-07T07:48:33","guid":{"rendered":"https:\/\/note.ui11.cc\/?p=117"},"modified":"2024-08-07T15:48:34","modified_gmt":"2024-08-07T07:48:34","slug":"%e6%96%b9%e6%b3%95%e9%87%8d%e8%bd%bd","status":"publish","type":"post","link":"https:\/\/note.ui11.cc\/index.php\/2024\/08\/07\/%e6%96%b9%e6%b3%95%e9%87%8d%e8%bd%bd\/","title":{"rendered":"\u65b9\u6cd5\u91cd\u8f7d"},"content":{"rendered":"\n<p>\u65b9\u6cd5\u91cd\u8f7d\uff08Method Overloading\uff09\u662f\u9762\u5411\u5bf9\u8c61\u7f16\u7a0b\u4e2d\u7684\u4e00\u4e2a\u6982\u5ff5\uff0c\u6307\u7684\u662f\u5728\u540c\u4e00\u4e2a\u7c7b\u4e2d\u5b9a\u4e49\u591a\u4e2a\u540c\u540d\u65b9\u6cd5\uff0c\u4f46\u8fd9\u4e9b\u65b9\u6cd5\u7684\u53c2\u6570\u5217\u8868\u4e0d\u540c\u3002\u53c2\u6570\u5217\u8868\u7684\u4e0d\u540c\u53ef\u4ee5\u662f\u53c2\u6570\u7684\u4e2a\u6570\u4e0d\u540c\u3001\u53c2\u6570\u7684\u7c7b\u578b\u4e0d\u540c\uff0c\u6216\u8005\u53c2\u6570\u7684\u987a\u5e8f\u4e0d\u540c\u3002\u65b9\u6cd5\u91cd\u8f7d\u5141\u8bb8\u4e00\u4e2a\u7c7b\u6839\u636e\u4e0d\u540c\u7684\u8f93\u5165\u53c2\u6570\u6267\u884c\u4e0d\u540c\u7684\u64cd\u4f5c\uff0c\u4ece\u800c\u63d0\u9ad8\u4ee3\u7801\u7684\u53ef\u8bfb\u6027\u548c\u53ef\u91cd\u7528\u6027\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>public class Calculator {\n    public int add(int a, int b) {\n         return a + b;\n     }\n\n    public double add(double a, double b) {\n         return a + b;\n     }\n\n    public int add(int a, int b, int c) {\n         return a + b + c;\n     }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u65b9\u6cd5\u91cd\u8f7d\uff08Method Overloading\uff09\u662f\u9762\u5411\u5bf9\u8c61\u7f16\u7a0b\u4e2d\u7684\u4e00\u4e2a\u6982\u5ff5\uff0c\u6307\u7684\u662f\u5728\u540c\u4e00\u4e2a\u7c7b\u4e2d\u5b9a\u4e49\u591a\u4e2a\u540c\u540d\u65b9\u6cd5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-117","post","type-post","status-publish","format-standard","hentry","category-javase"],"_links":{"self":[{"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/posts\/117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/comments?post=117"}],"version-history":[{"count":1,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/posts\/117\/revisions"}],"predecessor-version":[{"id":118,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/posts\/117\/revisions\/118"}],"wp:attachment":[{"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/media?parent=117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/categories?post=117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/note.ui11.cc\/index.php\/wp-json\/wp\/v2\/tags?post=117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}