Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    7
    Views
    3,964

    Re: Copy Constructor

    Copy constructor can be like this

    B(const B &b)
    {
    //initialization
    }
  2. Answers
    6
    Views
    3,944

    Re: virtual function

    I would like to explain briefly how it actually works

    Whenever a program has a virtual function declared, a v-table is constructed for the class. The v-table consists of addresses to the virtual...
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