Search:

Type: Posts; User: anil7181; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    4
    Views
    16,658

    Re: How to handle exception in catch block in c#

    To handle exception in c# we use
    try
    {
    //code
    }
    catch(Exception ex)
    {
    // Message to show exception.
    }
  2. Re: Difference between method overriding and overloading

    Method overloading means "add" more behavior.
    Method overriding means "Change" existing behavior.
Results 1 to 2 of 2
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact