PRO192_-_C1_-_FE_-_SU_2023_391.webp
H

PRO192_-_C1_-_FE_-_SU_2023_391.webp

8
Given the following Java code:
class Up{public Up(String s) { } System.out.print("B"); }
public class Down extends Up{
public Down(String s) { System.out.print("D"); } public static void main(String[] args){new Down("C");System.out.println(" ");}
What is the result?
A. BD
B. DB
C. BDC
D. DBC
E. Compilation fails

Thông tin

Category
PRO192
Thêm bởi
Hohenheim90
Ngày thêm
Lượt xem
2,813
Lượt bình luận
21
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRO192_-_C1_-_FE_-_SU_2023_391.webp
File size
62.9 KB
Dimensions
1713px x 893px

Share this media

Back
Bên trên Bottom