{"id":584,"date":"2022-09-29T21:50:38","date_gmt":"2022-09-29T13:50:38","guid":{"rendered":"https:\/\/qaqaq.top\/?p=584"},"modified":"2022-11-27T12:39:59","modified_gmt":"2022-11-27T04:39:59","slug":"%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%e4%b8%8a-%e9%87%8d%e8%bd%bd%e7%9a%84%e7%bb%83%e4%b9%a0%ef%bc%9a%e7%bc%96%e7%a0%81%e5%ae%9e%e8%b7%b5","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=584","title":{"rendered":"\u9762\u5411\u5bf9\u8c61(\u4e0a)-\u91cd\u8f7d\u7684\u7ec3\u4e60\uff1a\u7f16\u7801\u5b9e\u8df5"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P208;\r\n\/*\r\n * 1.\u7f16\u5199\u7a0b\u5e8f\uff0c\u5b9a\u4e49\u4e09\u4e2a\u91cd\u8f7d\u65b9\u6cd5\u5e76\u8c03\u7528\u3002\u65b9\u6cd5\u540d\u4e3amOL\u3002\r\n\t\u4e09\u4e2a\u65b9\u6cd5\u5206\u522b\u63a5\u6536\u4e00\u4e2aint\u53c2\u6570\u3001\u4e24\u4e2aint\u53c2\u6570\u3001\u4e00\u4e2a\u5b57\u7b26\u4e32\u53c2\u6570\u3002\r\n\t\u5206\u522b\u6267\u884c\u5e73\u65b9\u8fd0\u7b97\u5e76\u8f93\u51fa\u7ed3\u679c\uff0c\u76f8\u4e58\u5e76\u8f93\u51fa\u7ed3\u679c\uff0c\u8f93\u51fa\u5b57\u7b26\u4e32\u4fe1\u606f\u3002\r\n\t\u5728\u4e3b\u7c7b\u7684main ()\u65b9\u6cd5\u4e2d\u5206\u522b\u7528\u53c2\u6570\u533a\u522b\u8c03\u7528\u4e09\u4e2a\u65b9\u6cd5\u3002\r\n * 3.\u5b9a\u4e49\u4e09\u4e2a\u91cd\u8f7d\u65b9\u6cd5max()\uff0c\r\n\t\u7b2c\u4e00\u4e2a\u65b9\u6cd5\u6c42\u4e24\u4e2aint\u503c\u4e2d\u7684\u6700\u5927\u503c\uff0c\r\n\t\u7b2c\u4e8c\u4e2a\u65b9\u6cd5\u6c42\u4e24\u4e2adouble\u503c\u4e2d\u7684\u6700\u5927\u503c\uff0c\r\n\t\u7b2c\u4e09\u4e2a\u65b9\u6cd5\u6c42\u4e09\u4e2adouble\u503c\u4e2d\u7684\u6700\u5927\u503c\uff0c\r\n\t\u5e76\u5206\u522b\u8c03\u7528\u4e09\u4e2a\u65b9\u6cd5\u3002\r\n * \r\n * \r\n *\/\r\npublic class OverloadExer {\r\n\tpublic static void main(String&#91;] args) {\r\n\t\t\r\n\t}\r\n\t\r\n\t\/\/1. \u5982\u4e0b\u7684\u4e09\u4e2a\u65b9\u6cd5\u6784\u6210\u91cd\u8f7d\r\n\tpublic void mOL(int i){\r\n\t\tSystem.out.println(i * i);\r\n\t}\r\n\t\r\n\tpublic void mOL(int i, int j) {\r\n\t\tSystem.out.println(i* j);\r\n\t\t\r\n\t}\r\n\t\r\n\tpublic void mOL(String s) {\r\n\t\tSystem.out.println(s);\r\n\t\t\r\n\t}\r\n\t\r\n\t\/\/2. \u5982\u4e0b\u7684\u4e09\u4e2a\u65b9\u6cd5\u6784\u6210\u91cd\u8f7d\r\n\tpublic int max(int i, int j) {\r\n\t\t\r\n\t\treturn (i > j)? i : j;\r\n\t}\r\n\t\r\n\tpublic double max(double d1, double d2) {\r\n\t\treturn(d1 > d2)? d1 : d2;\r\n\t}\r\n\t\r\n\tpublic double max(double d1, double d2, double d3) {\r\n\t\tdouble max = (d1 > d2)? d1 : d2;\r\n\t\treturn (max > d3)? max : d3;\r\n\t}\r\n\t\r\n\t\r\n}\r\n\r\n\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-584","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/584"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=584"}],"version-history":[{"count":1,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/584\/revisions"}],"predecessor-version":[{"id":585,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/584\/revisions\/585"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=584"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=584"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}