Computer Science C#
Which of the following statements is true concerning Convert.Tolnt32 and Int.Parse? Int.Parse Can’t Handle Null values It will throws ArgumentNullException Error. Convert.Tolnt32 Can’t Handle Null Values, it will throws rgumentNullException error Both can Handle Null values Both are Same with regards to Null values ___ is when a method defined in an abstract class is implemented in a child class. Overloading Multiplexing Duplexing
Expert Answer
Q-21 a) Int.parse can’t handle null value it will throw ArgumentNullException error
ref : https://stackoverflow.com/questions/15894963/whats-the-difference-between-convert-toint32-and-int32-parse
Q-22
a) Overloading, Which is a generic concept.