You are on page 1of 2

TECNOLÓGICO DE ESTUDIOS SUPERIORES

DE SAN FELIPE DEL PROGRESO

Matricula:202233100 Entrega: Ricardo Tapia Cruz


3
Asignatura: Programación Orientada a Objetos Grupo:201 Fecha:21/03/23
Note: Maximum extension one sheet on both sides, minimum extension one sheet on one
side.
Font for the body: arial 12, Font for titles: Arial 14 in bold centered alignment , text alignment: Justified, indented
at the beginning of each paragraph.

KEYWORDS A class is an element logic of the programs, to start


● Class ofobject-oriented thinking about objects.
programming that acts as a
● Objects mold that can define the
●Object-oriented characteristics and behavior
programming(OOP) of the entity (object).

INTRODUCTION It consists of three factors:


name, attributes and
In the work of fundamental
processes.
programming concepts such
as classes and objects. Object-oriented is a
CONCLUSIONS
Highlighting Object Oriented programming style or model In conclusion, object-
Programming (OOP) in the that is based on the oriented programming is
importance and use today in concepts of objects and today the most widely used
the creation of code creation classes. paradigm for designing
computer programs and
This type of programming applications. Its advantages
BODY uses to structure an in are considerable, especially
An object is the main simple pieces and reuse when facing complex
element of object-oriented code (classes) to create programming challenges.
programming and on which individual instances of
this paradigm revolves. objects and streamline REFERENCES
certain processes that
We can define it as Object: It
tedious and repetitive. T. (2020, 17 mayo). ¿Qué es la
is known as an abstract
Programación Orientada a
being that represents a real With the object-oriented
Objetos? Profile Software
life object with qualities and paradigm, what we seek is to
Services.
characteristics. stop focusing on the pure

1
TECNOLÓGICO DE ESTUDIOS SUPERIORES
DE SAN FELIPE DEL PROGRESO

https://profile.es/blog/que-esla-
programacion-orientada-
aobjetos/
M. (2022, 18 abril). ¿Qué es
la Programación Orientada a
Objetos? Profile Software
Services.
https://profile.es/blog/que-
esla-programacion-
orientada-aobjetos/

You might also like