摘要: 早上虽然没去练车,但学习了java gui 哎呦 下午练车 阅读全文
posted @ 2023-08-06 23:34 被占用的小海海 阅读(21) 评论(0) 推荐(0)
摘要: oop原则:组合大于继承 继承:class A extends B{} 组合:class A{public B b } **由面向过程逐步转变为面向对象** 对象.方法 ``` package GUI; import java.awt.*; import java.awt.event.ActionE 阅读全文
posted @ 2023-08-06 13:22 被占用的小海海 阅读(25) 评论(0) 推荐(0)