1
Answer

Class in C# having static and non static member

Photo of Rahul Rao

Rahul Rao

10y
846
1
There is a class having static and non static method .How to call non-static method inside static method? 

Answers (1)