<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Unit 2: Using Objects by Manuel Alvarez</title>
      <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe</link>
      <description>Java</description>
      <language>en-us</language>
      <pubDate>2019-10-03 11:05:01 UTC</pubDate>
      <lastBuildDate>2019-10-17 11:39:11 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.pics/1/image.webp?t=g_auto&amp;url=https%3A%2F%2Fpadlet.net%2Ficons%2Fpng%2F1f602.png</url>
      </image>
      <item>
         <title>Unit 2 Words for you all to define and connect.</title>
         <author>manuelalvarez1</author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392925203</link>
         <description><![CDATA[<div>Object Oriented Prog.<br>Classes<br>Objects<br>State<br>Behavior<br>Instance Variables<br>Parameter List<br>Constructor<br>Overloading<br>new Operator<br>null<br>Instantiate<br>Method<br>Signatures<br>Access specifier<br>Return Type<br>Void Method<br>Procedural Abstraction<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:05:13 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392925203</guid>
      </item>
      <item>
         <title>Object Oriented Programming </title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935648</link>
         <description><![CDATA[<div> A collection of objects that solve a problem by interacting - Deaja</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:38:25 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935648</guid>
      </item>
      <item>
         <title>Behavior</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935826</link>
         <description><![CDATA[<div>What an object can do<br><br>-Andrew</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:38:56 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935826</guid>
      </item>
      <item>
         <title>Parameter List</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935852</link>
         <description><![CDATA[<div>Variables in a constructor that specify a constructor and creates a new object -Wilermine</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:39:00 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935852</guid>
      </item>
      <item>
         <title>Null</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935874</link>
         <description><![CDATA[<div>A value that does not refer to any object/instance.<br>- Destin</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:39:02 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935874</guid>
      </item>
      <item>
         <title>Void Method</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935910</link>
         <description><![CDATA[<div>A method that does not return any values. This allows a method to be used with multiple object as the values aren't stored (Jordan Hogan).</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:39:09 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935910</guid>
      </item>
      <item>
         <title>Instance Variables</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935936</link>
         <description><![CDATA[<div>Represent an objects state<br><br>-Andrew</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:39:13 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935936</guid>
      </item>
      <item>
         <title>Constructor</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935945</link>
         <description><![CDATA[<div>A special method that describes an object's state<br>- Wilermine</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:39:15 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935945</guid>
      </item>
      <item>
         <title>Procedural Abstraction</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935968</link>
         <description><![CDATA[<div>Being able to use code that we don't fully understand. We only need to know what a thing does, not necessarily how it works. (Jordan Hogan)</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:39:18 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392935968</guid>
      </item>
      <item>
         <title>objects</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392936083</link>
         <description><![CDATA[<div>objects are things in java and have behavior and state<br>-Luis</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:39:37 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392936083</guid>
      </item>
      <item>
         <title>Classes</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392936607</link>
         <description><![CDATA[<div> A class is what a programmer writes to describe what an object can do and it defines an object's behavior and state. A single class can create multiple objects and a class is made up of four different parts: Class header, Instance variables, Constructors, and Methods - Deaja </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:40:53 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392936607</guid>
      </item>
      <item>
         <title>Return Type</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937011</link>
         <description><![CDATA[<div>Something that is returned when the method does not change anything. - Rashad</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:41:53 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937011</guid>
      </item>
      <item>
         <title>state</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937110</link>
         <description><![CDATA[<div> </div><div>instance variable represent an objects state </div><div>Behavior methods represent an object's behavior</div><div>-Luis<br> </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:42:09 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937110</guid>
      </item>
      <item>
         <title>Instantiate</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937346</link>
         <description><![CDATA[<div>Calling a constructor of a Class to create an object.<br>- Destin</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:42:51 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937346</guid>
      </item>
      <item>
         <title>access specifier</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937686</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:43:52 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937686</guid>
      </item>
      <item>
         <title>Access specifier</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937880</link>
         <description><![CDATA[<div>Used to control the visibility of classes. - Rashad</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:44:22 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937880</guid>
      </item>
      <item>
         <title>Overloading</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937883</link>
         <description><![CDATA[<div>Allows  you to have more than one method inside a singular class.<br>-michael</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:44:24 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392937883</guid>
      </item>
      <item>
         <title>method</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392938273</link>
         <description><![CDATA[<div> A method in object-oriented programming is a procedure associated with a message and an object. An object consists of data and behavior. The data and behavior comprise an interface, which specifies how the object may be utilized by any of various consumers of the object. (c)  William Slinkard</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:45:24 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392938273</guid>
      </item>
      <item>
         <title>Signatures</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392938845</link>
         <description><![CDATA[<div> <strong>Code</strong> signing is the process of digitally signing software (for example a program, a component, or a driver) to confirm the author of the software and to guarantee that the <strong>code</strong> has not been changed or corrupted since it was signed. A cryptographic hash is used to ensure this. (c) William Slinkard</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:47:00 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392938845</guid>
      </item>
      <item>
         <title>new  operator</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392943062</link>
         <description><![CDATA[<div>The creation of a new object<br>-michael</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-03 11:57:12 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/392943062</guid>
      </item>
      <item>
         <title>Return Statements</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/396088504</link>
         <description><![CDATA[<div>In programming return is a statement that tells the program to leave the subroutine and return to the return address directly after where the subroutine was called In the example below using JavaScript the function returns to the code that called it if the number sent to the function is less than one</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-10 12:08:59 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/396088504</guid>
      </item>
      <item>
         <title>Oracle</title>
         <author>4804140246</author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398943346</link>
         <description><![CDATA[<div>The definitive source for Java documentation. - Destin</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-17 11:28:36 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398943346</guid>
      </item>
      <item>
         <title>toString</title>
         <author>4804140246</author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398943585</link>
         <description><![CDATA[<div>A method that returns a String representing the class and its value</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-17 11:29:24 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398943585</guid>
      </item>
      <item>
         <title>Library</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398945473</link>
         <description><![CDATA[<div>each library is a collection of packages and classes<br><br>William Slinkard<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-17 11:35:58 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398945473</guid>
      </item>
      <item>
         <title>API (Application Programming Interface)</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398945579</link>
         <description><![CDATA[<div>Allows you to use methods and classes without knowing how they work via the documentation that was given through them.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-17 11:36:18 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398945579</guid>
      </item>
      <item>
         <title>Packages</title>
         <author></author>
         <link>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398946150</link>
         <description><![CDATA[<div>all String methods and all string methods are associated with packages<br><br>William Slinkard</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-17 11:38:10 UTC</pubDate>
         <guid>https://padlet.com/manuelalvarez1/dpox0sa70bfe/wish/398946150</guid>
      </item>
   </channel>
</rss>
