PRN211_-_FA_2023_-_FE_983.webp
P

PRN211_-_FA_2023_-_FE_983.webp

2
(Choose 1 answer)
A. AB
B. BA
C B
D. A
}
}
delegate void D1();
class Program
{
static void Print() {
Console.Write("A");
} static void Show()
{ Console.Write("B");
}
static void Main(string[] args)
{
D1 d = new D1(Print);
d += new D1(Show);
d();
The output will be:
w
Finish

Thông tin

Category
PRN211
Thêm bởi
peaceful_man
Ngày thêm
Lượt xem
1,451
Lượt bình luận
5
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRN211_-_FA_2023_-_FE_983.webp
File size
40.2 KB
Dimensions
1286px x 546px

Share this media

Back
Bên trên Bottom