<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Functions Defined by Swati Chaturvedi</title>
      <link>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id</link>
      <description>Made with a stroke of good luck</description>
      <language>en-us</language>
      <pubDate>2020-07-20 03:20:51 UTC</pubDate>
      <lastBuildDate>2021-08-11 06:12:10 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Method Structure</title>
         <author>swatichaturvedi1</author>
         <link>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658083049</link>
         <description><![CDATA[<div>&lt;access specifier&gt; &lt;access modifier&gt; &lt;return type&gt; &lt;Function name&gt; (Parameter list)<br>{<br>//method body<br>}<br>eg. public void sum(int a, int b)<br>{<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 03:21:44 UTC</pubDate>
         <guid>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658083049</guid>
      </item>
      <item>
         <title>Functions are also called Methods.</title>
         <author>swatichaturvedi1</author>
         <link>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658085385</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 03:25:15 UTC</pubDate>
         <guid>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658085385</guid>
      </item>
      <item>
         <title>Access Specifier </title>
         <author>swatichaturvedi1</author>
         <link>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658086336</link>
         <description><![CDATA[<div>public- can be accessed from anywhere<br>private - cannot be accessed from anywhere( only the method uses it) <br>protected - sub-classes or classes in the same package can access it.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 03:26:43 UTC</pubDate>
         <guid>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658086336</guid>
      </item>
      <item>
         <title>return type</title>
         <author>swatichaturvedi1</author>
         <link>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658088786</link>
         <description><![CDATA[<div>every method has a return type. It will return a value of any datatype - <br>byte<br>boolean<br>short<br>int<br>long<br>char<br>String<br>float<br>double<br>If a function does not return anything then we write <strong>void</strong>.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 03:30:42 UTC</pubDate>
         <guid>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658088786</guid>
      </item>
      <item>
         <title>Function name</title>
         <author>swatichaturvedi1</author>
         <link>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658090023</link>
         <description><![CDATA[<div>Any name that conforms to the identifier rules and conventions.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 03:32:48 UTC</pubDate>
         <guid>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658090023</guid>
      </item>
      <item>
         <title>Parameter List</title>
         <author>swatichaturvedi1</author>
         <link>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658090790</link>
         <description><![CDATA[<div>1. These values are written inside the round braces of the function.<br>2. A function may or may not have any parameters.<br>3. Parameters are the values or input that are given to a function.<br>4. Every value that is written here has a datatype and a parameter name.<br>5. The entire parameter list has comma separated values.<br>eg <br>int a, int b, String name<br><br>int a, char section, String name</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 03:34:01 UTC</pubDate>
         <guid>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658090790</guid>
      </item>
      <item>
         <title>Function Prototype</title>
         <author>swatichaturvedi1</author>
         <link>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658093521</link>
         <description><![CDATA[<div>The statement that tells about the return type of the function, parameter list and access specification of a function is called function prototype.<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-07-20 03:38:24 UTC</pubDate>
         <guid>https://padlet.com/swatichaturvedi1/mw61k6af1xtzr5id/wish/658093521</guid>
      </item>
   </channel>
</rss>
