<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mohammed sherif</title>
    <description>The latest articles on DEV Community by mohammed sherif (@mohammed_sherif_199).</description>
    <link>https://dev.to/mohammed_sherif_199</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1498823%2F7e2dae5b-2118-483b-b1c7-cd2968454d27.png</url>
      <title>DEV Community: mohammed sherif</title>
      <link>https://dev.to/mohammed_sherif_199</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohammed_sherif_199"/>
    <language>en</language>
    <item>
      <title>Anonymous functions</title>
      <dc:creator>mohammed sherif</dc:creator>
      <pubDate>Wed, 15 May 2024 15:10:35 +0000</pubDate>
      <link>https://dev.to/mohammed_sherif_199/anonymous-functions-4p3d</link>
      <guid>https://dev.to/mohammed_sherif_199/anonymous-functions-4p3d</guid>
      <description>&lt;p&gt;All the functions have a Name , such&lt;br&gt;
as main, hello.&lt;br&gt;
But not every function needs a name. If you remove the&lt;br&gt;
return type and the function name, then what you have left&lt;br&gt;
is an &lt;strong&gt;_ anonymous function _&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Function myFunction = int multiply(int a, int b)&lt;br&gt;
{return a * b; };&lt;/code&gt;&lt;/p&gt;

</description>
      <category>dart</category>
      <category>flutter</category>
      <category>android</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
