Is system a class in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

In all methods of an interface should be derived?

5 Answers  


What does protected internal access modifier mean?

0 Answers  


In which situation(s), the use of "Delegate" is a good idea?

0 Answers   MCN Solutions,


What is an escape sequence?

0 Answers  


Why is it called c sharp?

0 Answers  






What is Implementation inheritance

0 Answers  


2. What happened when BO object has been called?

0 Answers   Mphasis,


What is c-sharp (c#)?

0 Answers  


What is jit? What are the different types of jit?

0 Answers  


What is Fragmentation and its Types?

0 Answers   MCN Solutions,


What is the use of inheritance in c#?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Categories