<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Programación Orientada a Objetos by ricardo rodriguez</title>
      <link>https://padlet.com/sangri155/4f77kuyzm57o8p6q</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-04-08 18:53:45 UTC</pubDate>
      <lastBuildDate>2025-04-08 19:48:41 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>¿Qué es un paradigma de programación?</title>
         <author>sangri155</author>
         <link>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401250208</link>
         <description><![CDATA[<p><br></p><p>Es un "molde", reglas específicas para programar de un modo en específico</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3663967024/be910bade77e990f9483f4b252848598/image.png" />
         <pubDate>2025-04-08 18:56:10 UTC</pubDate>
         <guid>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401250208</guid>
      </item>
      <item>
         <title>Abstracción</title>
         <author>sangri155</author>
         <link>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401266413</link>
         <description><![CDATA[<p>Es el proceso de <strong>ocultar los detalles complejos</strong> de un sistema y mostrar <strong>solo lo esencial</strong> para el uso del objeto.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3663967024/01b1ee414a8f60e3d6ec8a430ef60b08/image.png" />
         <pubDate>2025-04-08 19:11:02 UTC</pubDate>
         <guid>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401266413</guid>
      </item>
      <item>
         <title>Encapsulación</title>
         <author>sangri155</author>
         <link>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401268992</link>
         <description><![CDATA[<p>Es el principio que consiste en <strong>ocultar los datos internos</strong> de un objeto y <strong>restringir el acceso directo</strong> a ellos.</p><p><br/></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3663967024/9e555554eb44d64a60555971eae7b5d2/image.png" />
         <pubDate>2025-04-08 19:13:12 UTC</pubDate>
         <guid>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401268992</guid>
      </item>
      <item>
         <title>Herencia</title>
         <author>sangri155</author>
         <link>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401270799</link>
         <description><![CDATA[<p>Es un principio que permite que una <strong>clase hija (subclase)</strong> <strong>herede atributos y métodos</strong> de una <strong>clase padre (superclase). </strong>Permite reutilizar código sin escribirlo todo así cómo crear jerarquías de clases</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3663967024/502cab5a5f856c7cfce299d217f77ec5/image.png" />
         <pubDate>2025-04-08 19:14:54 UTC</pubDate>
         <guid>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401270799</guid>
      </item>
      <item>
         <title>Polimorfismo</title>
         <author>sangri155</author>
         <link>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401274335</link>
         <description><![CDATA[<p>Significa que un mismo método puede tener comportamientos diferentes dependiendo del objeto que lo use. Nos permite escribir código más flexible y reutilizable aparte de que facilita el trabajar con objetos de diferentes clases usando una misma clase base</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3663967024/a0b15ed37911e61e2dc4d6bd342603db/image.png" />
         <pubDate>2025-04-08 19:18:10 UTC</pubDate>
         <guid>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401274335</guid>
      </item>
      <item>
         <title>Clase</title>
         <author>sangri155</author>
         <link>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401276120</link>
         <description><![CDATA[<p>Una clase es una plantilla, un molde, un plano que define cómo deben ser los objetos. </p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3663967024/d355f38f686c8e713f341895dfd0cbb2/image.png" />
         <pubDate>2025-04-08 19:19:43 UTC</pubDate>
         <guid>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401276120</guid>
      </item>
      <item>
         <title>Objeto</title>
         <author>sangri155</author>
         <link>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401284194</link>
         <description><![CDATA[<p>Un <strong>objeto</strong> es una <strong>instancia real</strong> de una clase.<br>Es el resultado de usar el molde (la clase) para <strong>crear algo concreto</strong>.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3663967024/138600da6b26a6bd5c26c1e566c61ea4/image.png" />
         <pubDate>2025-04-08 19:28:05 UTC</pubDate>
         <guid>https://padlet.com/sangri155/4f77kuyzm57o8p6q/wish/3401284194</guid>
      </item>
   </channel>
</rss>
