Posts

Image
  Structural Design Pattern   Kathiravan   R (21USC010) Selvabala T(21USC021)        III B.Sc Computer Science           SRMV CAS   Introduction Structural design patterns  are concerned with how classes and objects can be composed, to form larger structures.The structural design patterns  simplifies the structure by identifying the relationships .These patterns focus on, how the classes inherit from each other and how they are composed from other classes. Types of structural design patterns There are following 7 types of structural design patterns. Adapter Pattern ·        An Adapter Pattern says that just  "converts the interface of a class into another interface that a client wants". ·        In other words, to provide the interface according to client requirement while using the ser...