PRN211_-_RE_-_SU_2023_572.webp
Erza_girl

PRN211_-_RE_-_SU_2023_572.webp

(Choose 1 answer)
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:
A. AB
B. BA
C. A
D. B

Exit 27

Thông tin

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

Image metadata

Filename
PRN211_-_RE_-_SU_2023_572.webp
File size
47 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom