Skip to content

🗽Simplified version of the USA🇱🇷 electoral system using C++ programming principles such polymorphism, diamond problem, design pattern and Exceptions

License

Notifications You must be signed in to change notification settings

samuelbenichou/Electoral-System

Repository files navigation

Electoral System

🗽 This program is a simplified version of the USA🇱🇷 electoral system.

alt text

Build Status Price GitHub

Description

In this program I implemented many C++ programming's principles:

  • Object-oriented
  • Encapsulation
  • Inheritance
  • Polymorphism
  • Overloading
  • Multiple inheritance sometimes referred to as the "Deadly Diamond of Death"
  • Exceptions

📦 Installation

Clone the repository

  • Open terminal ( Ctrl + Alt + T )

  • Clone to a location on your machine.

    # Clone the repository
    $> git clone https://github.com/samuelbenichou/Election-System.git
    
    # Navigate to the directory
    $> cd Election-System

Run

# run electoral system
$> makefile

⚖️ License

Copyright (c) 2020 Samuel Benichou

About

🗽Simplified version of the USA🇱🇷 electoral system using C++ programming principles such polymorphism, diamond problem, design pattern and Exceptions

Resources

License

Stars

Watchers

Forks