Santhosh Subramaniam

Santhosh Subramaniam

  • NA
  • 226
  • 103.5k

Quiz in C#

May 6 2015 8:15 AM
Hi Frnds,
 
  A non-static class which have static and not static methods (returns string). Need to access the static method but I should not instantiate that class to access the non-static methods.

Condition

       Class should not be static or Abstract

       Class should have at least one static and non-static methods   

       Class should not be inherited

Thanks In Advance. 

Answers (1)