Sivaram Koduri

329
reputation
2
7

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";
      }
    }