PRN211_-_FA_2023_-_RE_1148.webp
T

PRN211_-_FA_2023_-_RE_1148.webp

(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
Finish
El 41

Thông tin

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

Image metadata

Filename
PRN211_-_FA_2023_-_RE_1148.webp
File size
41.9 KB
Dimensions
1286px x 546px

Share this media

Back
Bên trên Bottom