In C#, what does the following code do: class Test: Form { }
1.Creates the class Test : Form and creates the class Test that inherits the class Form
2.Creates the class Form that inherits the class Test
3.Creates the class Test : Form
4.Creates the class Test that inherits the class Form
Answer:4
Posted Date:-2022-08-15 10:55:02