PRN211_-_FE_-_SU_2023_441.webp
D

PRN211_-_FE_-_SU_2023_441.webp

  • Media owner Dagon99
  • Ngày thêm
(Choose 1 answer)
delegate void D1(string s);
class Program
{
static void Print(string s) { Console.Write(s);
} static void Show(string s)
{ Console.WriteLine(s);
}
static void Main(string[] args)
{
D1 d = new D1(Print);
d("C#");
d = new D1(Show);
d(".NET");
}
}
The output will be:
A. C#.NET

Thông tin

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

Image metadata

Filename
PRN211_-_FE_-_SU_2023_441.webp
File size
42 KB
Dimensions
1286px x 546px

Share this media

Back
Bên trên Bottom