Myers in the book "Composite structured design" :
An informational-strength module has the following definition:
- It contains multiple entry points.
- Each entry point performs a single specific function.
- All of the functions are related by a concept, data structure, or resource that is hidden within the module.
- what is entry points of the module?
- and what is ** multiple entry points** of the module?
- a SQL class containing 4 methods: add(), delete(), update(), retentive() has info. cohesion or functional cohesion?
4)please give me a good example for class having info. cohesion
please answer the above 4 questions?