Skip to content

Pequeño programa que muestra las características que rigen el paradigma de la Programación Orientada a Objetos en el lenguaje de programación C++ siendo representados en operaciones de suma de dos números, suma de varios números, sumatoria y potenciación. Adicionalmente, se añade recursividad en algunos métodos para simplificar las operaciones.

Notifications You must be signed in to change notification settings

gustavoerivero/OOPCharacteristics

Repository files navigation

OOP Characteristics

English Spanish

This program consists of showing as an example by means of sums operations the different properties and characteristics of the paradigm of Object-Oriented Programming in the C ++ programming language.

These properties are:

  • Inheritance.
  • Abstraction.
  • Overload.
  • Polymorphism.

Additionally, it shows the use of Recursion in some methods and the use of templates for the diverse type of data.

Features:

  • The program presents classes (headings and sources) for each type of sum (sum of one or more numbers, summation and enhancement).
  • The program has a menu that allows the user to view the operations by parts.
  • The program has the relevant validations for its operation.

Build with:

Author:

About

Pequeño programa que muestra las características que rigen el paradigma de la Programación Orientada a Objetos en el lenguaje de programación C++ siendo representados en operaciones de suma de dos números, suma de varios números, sumatoria y potenciación. Adicionalmente, se añade recursividad en algunos métodos para simplificar las operaciones.

Topics

Resources

Stars

Watchers

Forks