What will be output of below code? public class MyClass{private MyClass(){}}class Program:MyClass{static void Main(string[] args){Console.WriteLine("Hello");Console.ReadLine();}}
Rajesh Singh
Select an image from your device to upload