Tag: programming languages

Questions Related to programming languages

  1. The name of the program

  2. The number of arguments

  3. The first argument if one is present

  4. All the arguments


Correct Option: C
  1. Under all circumstances

  2. Unless A is abstract

  3. A class that implements an interface cannot be abstract

  4. none of the above


Correct Option: B
  1. keyword

  2. method

  3. both

  4. none of the above


Correct Option: A

Select correct answers

  1. Interfaces can implement multiple interfaces

  2. Interfaces can extend any number of other interfaces.

  3. Members of an interface are never static.

  4. class can extend multiple classes


Correct Option: C