1
Answer

Quiz in C#

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)