Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. Factory Method

  2. Builder

  3. Abstract Factory

  4. Singleton

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology programming languages
  1. The Adapter pattern implements an interface known to its clients and provides an instance of a class not known to its clients.

  2. The Bridge pattern implements an interface known to its clients and provides an instance of a class not known to its clients.

  3. The Adapter pattern creates a separation between abstractions and classes that implement those abstractions.

  4. The Bridge pattern creates a separation between abstractions and classes that implement those abstractions.

Reveal answer Fill a bubble to check yourself
A,D Correct answer
Multiple choice technology programming languages
  1. Abstract factory

  2. Factory Method

  3. Prototype

  4. Singleton

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. Chain of Responsibility

  2. Notifier

  3. Observer

  4. Mediator

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. Strategy

  2. Adapter

  3. Template Method

  4. Interpreter

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. You need two unconnected objects to be able to send messages to each other.

  2. You need two connected objects to be able to send messages to each other.

  3. You need to create a new operation on an object and you will change the classes of elements on which it operates.

  4. You need to create a new operation on an object without changing the classes of elements on which it operates.

Reveal answer Fill a bubble to check yourself
D Correct answer