{"id":886,"date":"2022-10-12T23:00:19","date_gmt":"2022-10-12T15:00:19","guid":{"rendered":"https:\/\/qaqaq.top\/?p=886"},"modified":"2022-11-27T12:39:53","modified_gmt":"2022-11-27T04:39:53","slug":"%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%e4%b8%8b-%e6%8a%bd%e8%b1%a1%e6%80%a7%e7%9a%84%e7%bb%83%e4%b9%a0%ef%bc%9a%e5%9f%ba%e6%9c%ac%e6%93%8d%e4%bd%9c","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=886","title":{"rendered":"\u9762\u5411\u5bf9\u8c61(\u4e0b)-\u62bd\u8c61\u6027\u7684\u7ec3\u4e60\uff1a\u57fa\u672c\u64cd\u4f5c"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P346;\r\n\/*\r\n * \u7f16\u5199\u4e00\u4e2aEmployee\u7c7b\uff0c\u58f0\u660e\u4e3a\u62bd\u8c61\u7c7b\uff0c\r\n\t\u5305\u542b\u5982\u4e0b\u4e09\u4e2a\u5c5e\u6027\uff1aname\uff0cid\uff0csalary\u3002\r\n\t\u63d0\u4f9b\u5fc5\u8981\u7684\u6784\u9020\u5668\u548c\u62bd\u8c61\u65b9\u6cd5\uff1awork()\u3002\r\n * \r\n * \r\n * \r\n *\/\r\npublic abstract class Employee {\r\n\r\n\tprivate String name;\r\n\tprivate int id;\r\n\tprivate double salary;\r\n\t\r\n\tpublic Employee() {\r\n\t\tsuper();\r\n\t}\r\n\t\r\n\tpublic Employee(String name, int id, double salary) {\r\n\t\tsuper();\r\n\t\tthis.name = name;\r\n\t\tthis.id = id;\r\n\t\tthis.salary = salary;\r\n\t}\r\n\t\r\n\tpublic abstract void work();\r\n}\r\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P346;\r\n\/*\r\n * \u5bf9\u4e8eManager\u7c7b\u6765\u8bf4\uff0c\u4ed6\u65e2\u662f\u5458\u5de5\uff0c\u8fd8\u5177\u6709\u5956\u91d1(bonus)\u7684\u5c5e\u6027\u3002\r\n * \r\n *\/\r\npublic class Manager extends Employee {\r\n\r\n\tprivate double bonus;\/\/\u5956\u91d1\r\n\r\n\tpublic Manager(double bonus) {\r\n\t\tthis.bonus = bonus;\r\n\t}\r\n\t\r\n\tpublic Manager(String name, int id, double salary, double bonus) {\r\n\t\tsuper(name, id, salary);\r\n\t\tthis.bonus = bonus;\r\n\t}\r\n\r\n\t@Override\r\n\tpublic void work() {\r\n\t\tSystem.out.println(\"\u7ba1\u7406\u5458\u5de5\uff0c\u63d0\u4f9b\u516c\u53f8\u8fd0\u884c\u7684\u6548\u7387\");\r\n\t}\r\n}\r\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P346;\r\n\r\npublic class CommonEmployee extends Employee {\r\n\r\n\t@Override\r\n\tpublic void work() {\r\n\t\tSystem.out.println(\"\u5458\u5de5\u5728\u4e00\u7ebf\u8f66\u95f4\u751f\u4ea7\u4ea7\u54c1\");\r\n\r\n\t}\r\n\r\n}\r\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P346;\r\n\r\npublic class EmployeeTest {\r\n\r\n\tpublic static void main(String&#91;] args) {\r\n\t\t\r\n\t\t\/\/\u591a\u6001\r\n\t\tEmployee manager = new Manager(\"\u5e93\u514b\", 1001, 5000, 50000);\r\n\t\t\r\n\t\tmanager.work();\r\n\t\t\r\n\t\tCommonEmployee commonEmployee = new CommonEmployee();\r\n\t\tcommonEmployee.work();\r\n\t}\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-886","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\/886"}],"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=886"}],"version-history":[{"count":1,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/886\/revisions"}],"predecessor-version":[{"id":887,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/886\/revisions\/887"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=886"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=886"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}