Tag: programming languages

Questions Related to programming languages

  1. extraction operator

  2. scope resolution operator

  3. insertion operator

  4. All the above


Correct Option: B
  1. virtual constructor

  2. virtual destructor

  3. both A and B

  4. None of the above


Correct Option: B
  1. Simple constructor

  2. parameterized constructor

  3. copy constructor

  4. none of the above


Correct Option: C
  1. call by reference

  2. call by value

  3. call by address

  4. All the above


Correct Option: A
  1. class Man extends Dog { }

  2. class Man implements Dog { }

  3. class Man { private BestFriend dog; }

  4. class Man { private Dog bestFriend; }

  5. class Man { private Dog; }


Correct Option: D