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

Jul 02, 2014
808
0

    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

    Ashok Patel
    July 02, 2014
    0