Question: Which cohesion does this method belong to? Public void MethodX(int flag) { Switch (flag) { Case ON: // code Case OFF: // code Case CLOSE:
Which cohesion does this method belong to?
Public void MethodX(int flag) { Switch (flag) { Case ON: // code Case OFF: // code Case CLOSE: //code }
Which cohesion does this method belong to? A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
