Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. Has-a relationships should never be encapsulated.

  2. Has-a relationships should be implemented using inheritance.

  3. Has-a relationships can be implemented using instance variables.

  4. Is-a relationships can be implemented using the extends keyword.

  5. Is-a relationships can be implemented using the implements keyword.

  6. An array or a collection can be used to implement a one-to-many has-a relationship.

Reveal answer Fill a bubble to check yourself
C,D,E,F Correct answer
Multiple choice technology programming languages
  1. public int hashCode()

  2. public boolean equals(Key k)

  3. public int compareTo(Object o)

  4. public boolean equals(Object o)

  5. public boolean compareTo(Key k)

Reveal answer Fill a bubble to check yourself
A,D Correct answer