PRN211_-_REB5_-_FA_2023_1324.webp
B

PRN211_-_REB5_-_FA_2023_1324.webp

Answer (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
B. NETC#
C. C#
D. NET

Exit 12

Thông tin

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

Image metadata

Filename
PRN211_-_REB5_-_FA_2023_1324.webp
File size
51.1 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom