How do you invoke a method in a abstract class without inheriting the class?
Declare the method as static method. Then by using class name, we can access that method.
Read More..   [32134 clicks]
Published under: C# Interview Questions and Answers · · · ·