明明跟老師打的一樣為什么不行,說不能實(shí)例化。
package com.imooc;
public class InitailTelephone {
?? ?public static void main(String[] args) {
?? ??? ?// TODO 自動(dòng)生成的方法存根
?? ??? ?Telephone phone = new Telephone();這里說不能實(shí)例化類型Telephone。
?? ?}
}
package com.imooc;
public class InitailTelephone {
?? ?public static void main(String[] args) {
?? ??? ?// TODO 自動(dòng)生成的方法存根
?? ??? ?Telephone phone = new Telephone();這里說不能實(shí)例化類型Telephone。
?? ?}
}
2020-07-09
舉報(bào)
2020-07-09
解決了,打錯(cuò)字了