⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example5_1.java

📁 This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"
💻 JAVA
字号:
package com.e5.pk2;
import om.e5.pk1.ClassA;
public class Example5_1{
   public static void main(String[] args){
      ClassB b = new ClassB();
      b.hello();
      String bName = b.name();
      ClassA a = new ClassA();
      a.hello();
      String aName = a.name();
   }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -