C Sharp (C#) - Polymorphism and Abstract Classes
Which of the following is the correct syntax to check if
obj is an int and assign it to number?obj is an int and assign it to number?is Type variable to check and assign.is int number, which is valid. Others use invalid keywords or syntax.is Type var syntax is correct [OK]is Type var for type check and assignment [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions