Computer Science, asked by Jake39, 1 year ago

Feature toggle can be used in the following scenarios ________.

A-Enchacing an existing feature in an application
B-Adding a new feature to an application
C-None of the Options
D-Disable or Hinding a feature
-
E- All of the OPTIONS


handesnehal556: Feature toggles can be used in the following scenarios:[2]

Adding a new feature to an application.
Enhancing an existing feature in an application.
Hiding or disabling a feature.
Extending an interface.
handesnehal556: correct ans is E all of the options

Answers

Answered by utkarshtiwari28
0
I think that be number is right answer
Answered by orangesquirrel
2

Answer:

The correct answer is (E) All the options.

Explanation:

A feature toggle is a particular technique in software development that provides an alternative in order to maintain various source code branches.

It can be used to enable, disable or hide a feature during run time. It can also be used to add or enhance a particular feature in an application.

Similar questions