DESIGN CONCEPTS

  1. ABSTRACTION: Hide irrelevant data from user so that our design become much more secure.
  2. MODULARITY: Sub-divide the system to follow an object-oriented design methodology.
  3. ARCHITECTURE: Design the structure of the whole software.
  4. REFINEMENT: Remove impurities from the software by debugging and checking security threads & breaches.
  5. PATTERN: A repeated form of pattern in the whole design so that the user will find it easier to do work on it.
  6. INFORMATION HIDING: Information in one module is hidden and can’t be accessed by any other module.
  7. REFACTORING: Reconstruct something i.e, updation. Reconstructing the design to reduce complexity and simplify it without affecting the behavior or its functions.

Comments

Popular posts from this blog

DESIGN PRINCIPLES

COMPONENT ASSEMBLY MODEL

SOFTWARE TESTING