1
Reply

Output of following SQL statements.1.) select 1+null 2.) select 1+10 3.) Write try catch block with finally. 4.) Diff between method overloading and overrinding

Ashok Patel

Ashok Patel

10y
820
0
Reply

    1. Null 2. select 1+10 3. try { }catch( Exception e) {} finally {}4.http://www.aspdotnet-suresh.com/2013/09/c-sharp-overloading-and-overriding-differences-with-example.html