小白求助,JAVA类里面实例化自己

2025-05-07 17:12:22
推荐回答(1个)
回答1:

实例化使用new关键字进行初始化即可。

如:

Student student = new Student();