Sivaram Koduri

509
reputation
1
5
12

A learning enthusiast trying to explore new things every day.

    public class Life
    {
      public dynamic Test()
      {
        //return the best when the test is called by any Life's instance
        return "The Best";
      }
    }