{"id":531,"date":"2019-02-16T11:01:38","date_gmt":"2019-02-16T03:01:38","guid":{"rendered":"http:\/\/www.eait.co\/?p=531"},"modified":"2019-04-05T12:32:22","modified_gmt":"2019-04-05T04:32:22","slug":"java-%e6%8e%a5%e5%8f%a3%e7%9a%84%e5%ae%9e%e7%8e%b0","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=531","title":{"rendered":"java\u2014\u2014\u63a5\u53e3\u7684\u5b9e\u73b0"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\ninterface  java_jiekou1\r\n{\r\n    String name = \"\u5f20\u4e09\";\r\n    int age = 25;\r\n    String occupation = \"\u5b66\u751f\";\r\n    public abstract String talk();\r\n}\r\nclass Student5 implements java_jiekou1\r\n{\r\n    \/\/\u8986\u5199talk\uff08\uff09\u65b9\u6cd5\r\n    public String talk()\r\n    {\r\n        return \"\u5b66\u751f\u2014\u2014\u300b\u59d3\u540d\uff1a\"+this.name+\"\u5e74\u9f84\uff1a\"+this.age+\"\u804c\u4e1a\uff1a\"+this.occupation;\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<\/pre>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class test_jiekou1\r\n{\r\n    public static void main(String[] args)\r\n    {\r\n        Student5 s =new Student5();\r\n        System.out.println(s.talk());\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\n\u5b66\u751f\u2014\u2014\u300b\u59d3\u540d\uff1a\u5f20\u4e09\u5e74\u9f84\uff1a25\u804c\u4e1a\uff1a\u5b66\u751f<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/16. *\/ interface java_ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,24],"tags":[],"class_list":["post-531","post","type-post","status-publish","format-standard","hentry","category-java","category-base_code"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=531"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/531\/revisions"}],"predecessor-version":[{"id":532,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/531\/revisions\/532"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}