<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Abstraction by Carla Jones</title>
      <link>https://padlet.com/cjones8/eiqy81ke2wzd</link>
      <description>Made with swagger</description>
      <language>en-us</language>
      <pubDate>2017-02-15 17:33:57 UTC</pubDate>
      <lastBuildDate>2024-12-13 12:16:29 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>https://padlet.com/cjones8/</title>
         <author>cjones8</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154093191</link>
         <description><![CDATA[<div>eiqy81ke2wzd</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 17:36:40 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154093191</guid>
      </item>
      <item>
         <title>Katie</title>
         <author></author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154096855</link>
         <description><![CDATA[<div>The inheritance mechanism in object-oriented programming can be used to define an abstract class as the common interface. The recommendation that programmers use <strong>abstractions</strong> whenever suitable in order to avoid duplication (usually of code) is known as the <strong>abstraction</strong> principle.&nbsp;<br>Basically, it simplifies it and makes it easier to code.<br>- abstraction<br><br></div><pre>/* File name : Employee.java */
public abstract class Employee {
   private String name;
   private String address;
   private int number;</pre><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 17:45:02 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154096855</guid>
      </item>
      <item>
         <title>Abstraction is the process of abstraction in Java is used to hide certain details and only show the essential features of the object. In other words, it deals with the outside view of an object (interface). this makes it stupided down so i can understand.</title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154098595</link>
         <description><![CDATA[<div>-breadly</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 17:48:58 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154098595</guid>
      </item>
      <item>
         <title></title>
         <author>18meyertj</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099107</link>
         <description><![CDATA[<div>They're useful to avoid code duplication primarily - think of all the methods in Actor that you have for free whenever you create a subclass (move() for instance.) You don't ever create an actor directly but it contains functionality that's useful to each subclass of actor.<br>- The Trevor Meyer</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 17:50:13 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099107</guid>
      </item>
      <item>
         <title>Abstraction</title>
         <author></author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099185</link>
         <description><![CDATA[<div> <strong>abstraction</strong> is the quality of dealing with ideas rather than events. For example, when you consider the case of e-mail, complex details such as what happens as soon as you send an e-mail, the protocol your e-mail server uses are hidden from the user. Therefore, to send an e-mail you just need to type the content, mention the address of the receiver, and click send.<br><br><br></div><pre>/* File name : AbstractDemo.java */
public class AbstractDemo {

   public static void main(String [] args) {
      /* Following is not allowed and would raise error */
      Employee e = new Employee("George W.", "Houston, TX", 43);
      System.out.println("\n Call mailCheck using Employee reference--");
      e.mailCheck();
   }
}</pre><div>-Trevor McCord</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 17:50:24 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099185</guid>
      </item>
      <item>
         <title></title>
         <author>19jerniganar</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099299</link>
         <description><![CDATA[<div>Abby</div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=0w_rla7GodI" />
         <pubDate>2017-02-15 17:50:44 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099299</guid>
      </item>
      <item>
         <title>YA BOI</title>
         <author></author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099682</link>
         <description><![CDATA[<div><strong>abstraction</strong> reduces and factors out details so that one can focus on a few concepts at a time.<br><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 17:51:34 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099682</guid>
      </item>
      <item>
         <title>Abstraction is the reduction of a concept or idea to the most simple or basic of shared characteristicsWith abstraction, we filter out data that is not necessary to solve a certain type of problem</title>
         <author></author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099888</link>
         <description><![CDATA[<div><strong>~Corinne</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-15 17:52:05 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154099888</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154101355</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127705147/78d1a509a8a55a28eb8b6fac8d0c8144/yee_yee.jpeg" />
         <pubDate>2017-02-15 17:55:49 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154101355</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102632</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/8ad63d71972835b4b60ec648fbfd39ac/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:58:53 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102632</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102672</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/6dc460e9588cd382abb557b0cd163675/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:59:00 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102672</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102689</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/b676caacdc512bcec9d7b5304bfe8c52/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:59:03 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102689</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102701</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/0504d08e6b2fe410bbbae91ef77222b8/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:59:04 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102701</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102709</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/d4f7d9e2dbeb57f1394f6becb0aac138/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:59:06 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102709</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102722</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/bb5e6f65ba4ea7af25870962df2e7b55/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:59:08 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102722</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102752</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/54bae52d1cc1c72c27eadea4c5b7d96c/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:59:13 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102752</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102764</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/dda6ca052365f8a5872aa5dc6fac829c/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:59:16 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102764</guid>
      </item>
      <item>
         <title></title>
         <author>18smithbo</author>
         <link>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102779</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/127707954/630c04bd10160a6001bc419fd2433a2d/https__2F_2Fpadletuploads_blob_core_windows_net_2Fprod_2F127705147_2F78d1a509a8a55a28eb8b6fac8d0c814.jpeg" />
         <pubDate>2017-02-15 17:59:18 UTC</pubDate>
         <guid>https://padlet.com/cjones8/eiqy81ke2wzd/wish/154102779</guid>
      </item>
   </channel>
</rss>
