mainfunda.com Open in urlscan Pro
185.232.14.117  Public Scan

Submitted URL: http://mainfunda.com/
Effective URL: https://mainfunda.com/
Submission: On December 20 via api from US — Scanned from SG

Form analysis 2 forms found in the DOM

GET https://mainfunda.com/

<form action="https://mainfunda.com/" method="get" class="search-form">
  <label class="assistive-text"> Search </label>
  <div class="input-group">
    <input type="search" value="" placeholder="Search" class="form-control s" name="s">
    <div class="input-group-prepend">
      <button class="btn btn-theme">Search</button>
    </div>
  </div>
</form>

GET https://mainfunda.com/

<form action="https://mainfunda.com/" method="get" class="search-form">
  <label class="assistive-text"> Search </label>
  <div class="input-group">
    <input type="search" value="" placeholder="Search" class="form-control s" name="s">
    <div class="input-group-prepend">
      <button class="btn btn-theme">Search</button>
    </div>
  </div>
</form>

Text Content

Skip to content
 * Wednesday, December 20, 2023


MAIN FUNDA

Exploring Basic Concepts

Search
Search
 * Home
 * C++11 and above
 * OOP Posts
 * Standard C++
 * C++ Templates
 * Design Patterns


Top Stories
Vector in C++: STL ContainersDependency Inversion Principle: SOLID Design
PrinciplesInterface Segregation Principle: SOLID Design PrinciplesLiskov’s
Substitution Principle: SOLID Design PrinciplesOpen Closed Principle -SOLID
design principles
Vector in C++: STL ContainersDependency Inversion Principle: SOLID Design
PrinciplesInterface Segregation Principle: SOLID Design PrinciplesLiskov’s
Substitution Principle: SOLID Design PrinciplesOpen Closed Principle -SOLID
design principles
C++11 and above


VECTOR IN C++: STL CONTAINERS

August 28, 2021
Deepti

Vector in C++ is a type of STL container which is used for storing elements in…

Design Patterns


DEPENDENCY INVERSION PRINCIPLE: SOLID DESIGN PRINCIPLES

August 28, 2021
Deepti
6,508 Comments

Dependency Inversion principle is one of the most important principle for object
oriented application designing. It…

Design Patterns


INTERFACE SEGREGATION PRINCIPLE: SOLID DESIGN PRINCIPLES

August 24, 2021
Deepti
6,864 Comments

Interface Segregation Principle is one of the important principle for object
oriented class designing. It is…

Design Patterns


LISKOV’S SUBSTITUTION PRINCIPLE: SOLID DESIGN PRINCIPLES

August 20, 2021
Deepti

Liskov's substitution principle is one of the very basic principle for object
oriented application designing. It…

Design Patterns


OPEN CLOSED PRINCIPLE -SOLID DESIGN PRINCIPLES

August 14, 2021
Deepti
10,427 Comments

Open/Closed principle is one of the most important principle for object oriented
application designing. It is…

Design Patterns


SINGLE RESPONSIBILITY PRINCIPLE: SOLID DESIGN PRINCIPLES

August 12, 2021
Deepti
22,751 Comments

Single Responsibility principle is one of the basic principle for object
oriented class designing. It is…

Design Patterns


OBSERVER DESIGN PATTERN: BEHAVIORAL PATTERNS

August 9, 2021
Deepti
7,690 Comments

Observer design patttern is a type of behavioral pattern which is mainly used
when state change…

Design Patterns


VISITOR DESIGN PATTERN: BEHAVIORAL PATTERNS

August 8, 2021
Deepti
3,423 Comments

Visitor design pattern is a type of behavioral design pattern which is mainly
used for adding…

Design Patterns


STRATEGY DESIGN PATTERN: BEHAVIORAL PATTERNS

July 29, 2021
Deepti
8,465 Comments

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

Design Patterns


TEMPLATE DESIGN PATTERN: BEHAVIORAL PATTERNS

July 29, 2021
Deepti
7,381 Comments

Template design pattern is a type of behavioral pattern. This pattern provides a
basic structure or…

Design Patterns


DECORATOR DESIGN PATTERN: STRUCTURAL PATTERNS

July 26, 2021
Deepti
7,015 Comments

Decorator design pattern is a type of structural pattern. This pattern is mainly
used for assigning…

Design Patterns


COMPOSITE DESIGN PATTERN: STRUCTURAL PATTERNS

July 26, 2021
Deepti

Composite design pattern is a type of structural pattern which deals with
composition of objects. It…


POSTS NAVIGATION

1 2 … 8 Next
Search
Search


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