1.

The extent to which proximate procedures are related to one another is known as ________(a) Coupling(b) Balancing(c) Cohesion(d) Co-relationThe question was asked during an online exam.This interesting question is from Object and Design-1 in portion Object Tools and Design and Variables in PHP of PHP

Answer»

The CORRECT answer is (C) Cohesion

Best explanation: Ideally, you should create components that share a clear responsibility. If your code spreads RELATED routines widely, you will find them harder to maintain as you have to hunt around to make changes. Our PARAM Handler classes collect related PROCEDURES into a common context.



Discussion

No Comment Found

Related InterviewSolutions