PRO192_-_SU_2023_-_Block_5_-_RE_753.webp
Mai Linh 2001

PRO192_-_SU_2023_-_Block_5_-_RE_753.webp

Answer (Choose 1 answer)
A. Compile time error
B. Checket followed by Base
C. Base followed by Checket
D. runtime error
What will happen when you attempt to compile and run the following code?
class Base{
Base(){
System.out.println("Base");
}
}
public class Checket extends Base{
public static void main(String argv[]) {
Checket c = new Checket();
super();
}
Checket(){
System.out.println("Checket");
}
}


Thông tin

Category
PRO192
Thêm bởi
Mai Linh 2001
Ngày thêm
Lượt xem
1,641
Lượt bình luận
17
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRO192_-_SU_2023_-_Block_5_-_RE_753.webp
File size
52.2 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom