Skip to content
  • Thursday, March 23, 2023

Main Funda

Exploring Basic Concepts

  • Home
  • C++11 and above
  • OOP Posts
  • Standard C++
  • C++ Templates
  • Design Patterns
  • Home
  • design patterns

Tag: design patterns

Design Patterns

Strategy Design pattern: Behavioral patterns

July 29, 2021
Deepti
5,246 Comments

Strategy Design pattern is a type of behavior pattern. This pattern is mainly used for an…

Design Patterns

Builder Design Pattern : Creational Pattern

July 10, 2021
Deepti
1,788 Comments

Builder design pattern is a type of creational pattern for building or creating a complex product.…

Design Patterns

Singleton Design Pattern : Creational Pattern

July 10, 2021
Deepti
1,571 Comments

Singleton design pattern is a type of creational pattern which controls the creation of the instance…

Design Patterns

Abstract Factory Design Pattern: Creational Pattern

July 8, 2021
Deepti
828 Comments

An Abstract factory pattern is a type of creational design pattern. This pattern supports creation of…

Recent Posts

  • Vector in C++: STL Containers
  • Dependency Inversion Principle: SOLID Design Principles
  • Interface Segregation Principle: SOLID Design Principles
  • Liskov’s Substitution Principle: SOLID Design Principles
  • Open Closed Principle -SOLID design principles

Archives

  • August 2021
  • July 2021
  • June 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020

Categories

  • C++ Templates
  • C++11 and above
  • Design Patterns
  • OOP Posts
  • Special C++ Posts
  • Standard C++

Pages

  • About Us – mainfunda.com
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Advanced

C++11 and above

Vector in C++: STL Containers

August 28, 2021
Deepti
C++ Templates C++11 and above

Fold Expressions in C++ 17

July 11, 2021
Vaibhav
C++11 and above

File Handling in C++17 (Part-I) : Basic Concepts

July 5, 2021
Vaibhav
C++11 and above

File Handling in C++ 17 (Part-II) : Filesystem Path Operations

July 5, 2021
Vaibhav
Copyright © 2023 Main Funda
Privacy Policy
About | Contact | Terms and Conditions