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
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