PRN212_-_SP_2025_-_Block_5_-_1_3853.webp
Đ

PRN212_-_SP_2025_-_Block_5_-_1_3853.webp

Multiple Choices
(Choose 1 answer)
☐ B
☐ C
☐ D
}
C. class Shape
{
public virtual void Draw()
{
Console.WriteLine("Drawing shape");
}
class Program
{
static void Main(string[] args)
{
Shape shape = new Circle();
shape.Draw();
}
}
{
D. class Circle
public void Draw()
{
Console.WriteLine("Drawing a circle");
}
class Program
{
static void Main(string[] args)
{
Shape shape = new Circle();
shape.Draw();
}
Chưa có bình luận nào.

Thông tin

Category
PRN212
Thêm bởi
Đình Phong
Ngày thêm
Lượt xem
2,059
Lượt bình luận
0
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom