In C#, which of the following is created from this code? class Test: Form { }
1.The class Test that inherits the class Form
2.The class Test : Form
3.The class Test : Form and the class Test that inherits the class Form
4.The class Form that inherits the class Test
Answer:1
Posted Date:-2022-08-15 12:08:35