Home »
MCQs »
EmberJS MCQs
Which of the following is a technique that is used by an Ember application to define and instantiate the objects and dependent classes between them?
51. Which of the following is a technique that is used by an Ember application to define and instantiate the objects and dependent classes between them?
- Ember routers
- Dependency Injection
- Application dependency
Answer: B) Dependency Injection
Explanation:
Dependency injection is a technique that is used by an Ember application to define and instantiate the objects and dependent classes between them.