Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

Difference between?

$
0
0

Hi,

What is difference between these?

 class Class2
    {
        public  static int ta()
        {
            return 2;
        }
    }

via 

static class Class2
    {
        public  static int ta()
        {
            return 2;
        }
    }


Viewing all articles
Browse latest Browse all 31927

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>