composite-design-pattern

There are 10 repositories under composite-design-pattern topic.

  • kazi0001/Optimum_design_composite_targetted_crashworthiness

    Design of composite rectangular tubes for optimum crashworthiness performance via experimental and ANN techniques

    Language:Python2100
  • mxligr/Food-Delivery-Mngmnt-Sys

    A food delivery management application for a catering company, developed for the Fundamental Programming Techniques course // 2nd year, 2nd semester @ Computer Science, TUCN

    Language:Java2101
  • Neha611/Composite-Design-Pattern

    This is complete Tutorial of Composite Design Pattern . Feel Free to add something useful to it .

    Language:Java1100
  • Surender1987/CompositeDesignPattern

    Design patterns

    Language:C#1100
  • cihatsolak/dotnet-design-patterns

    A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.

    Language:C#0201
  • gunatheeban/Design-Patterns

    This resource is crafted to help developers understand and implement various software design patterns. Whether you're a beginner looking to learn about design patterns

    Language:Java00
  • HamidMapna/Smart-Pointers-usage-in-polymorphism

    This concise project, models the composite design pattern and utilizes the rvalue concept and smart pointer to benefit the move constructor performance advantages.

    Language:C++0100
  • fraxhost/DrawShapesGui_CompositeDesignPattern

    A Java FX project which can draw different shapes. This code is implemented following the Composite Design Pattern.

    Language:Java10
  • HaiderABB/Structural-Design-Patterns-JAVA

    Implementation of Structural Design Patterns in JAVA

    Language:Java10
  • mehboobali98/Composite-Design-Pattern

    A composite pattern is a partitioning design pattern and describes a group of objects that are treated the same way as a single instance of the same type of object. The intent of a composite is to “compose” objects into tree structures to represent part-whole hierarchies. It allows you to have a tree structure and ask each node in the tree structure to perform a task.

    Language:Java201