Question 721: For the code snippet shown below, which of the following statements are valid?public class TestIndiaBix { public void TestSub<M> (M arg) { Console.Write(arg); } } class MyProgram { static void Main(string[] args) { TestIndiaBix bix = new TestIndiaBix(); bix.TestSub("IndiaBIX "); bix.TestSub(4.2f); } }
tcs
wipro
infosys
general
aptitude
generics
No answer description is available.Let's discuss.