This how-to is only a start towards Object Oriented Programming.
Object Oriented Programming has many features specific to its paradigm.
What is an Object Oriented Programming Language?
Python is a object oriented programming language.
Nowadays 'Object Oriented Programming has become the norm.
Actualmente la Programación orientada a objetos se ha convertido en la norma.
Strong knowledge of Object Oriented Programming and design patterns.
Conocimiento y manejo avanzado de la Programación Orientada a Objetos y patrones de desarrollo.
Classes in Object Oriented Programming will be composed mainly of attributes and methods that will bring it to life.
Las clases en la Programación Orientada a Objetos estarán compuestas principalmente por atributos y métodos que le darán vida.
By harnessing the full power of Object Oriented Programming, you can reduce the amount of time you spend coding and use it to build better websites.
Al aprovechar todo el poder de la programación orientada a objetos, puede reducir la cantidad de tiempo que pasa codificando y usarla para crear mejores sitios web.
In classic Object Oriented Programming, objects are collections of data and methods that operate on that data.
En la programación orientada a objetos clásica, los objetos son colecciones de datos y métodos que operan sobre los datos.
Encapsulation is one of the pillars on which the Object Oriented Programming paradigm was founded and is normally used to restrict the internal representation of an object from the outside world.
La encapsulación es uno de los pilares sobre los cuales se fundó el paradigma de Programación Orientada a Objetos y se usa normalmente para restringir la representación interna de un objeto desde el mundo exterior.
Chapter 9, dedicated to Object Oriented Programming, could have been better placed after chapter 11 in order to maintain the nice and smooth progression of the level acquired by the reader.
EL capítulo 9, dedicado a programación orientada a objetos debería haberse colocado después del capítulo 11 para mantener la agradable y suave progresión en el nivel que va alcanzando el lector.
OK, let's now take another leap into the unknown as we introduce Object Oriented Programming.
Bueno, ahora haremos otro salto hacia lo desconocido al introducirnos en la Programación Orientada a Objetos.
Even though encapsulation is a concept mainly related to the Object Oriented Programming paradigm, it can be achieved in so many different ways and functions are an ancient way of doing it.
Encapsulamiento es un concepto habitualmente relacionado al Paradigma de Programación orientada a objetos, pero en realidad puede lograrse de muchas maneras, y las funciones son una forma ancestral de lograrlo.