Why we use oops in c#?


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

Post New Answer

More C Sharp Interview Questions

When would you use generics in your code c#?

0 Answers  


how to retrieve binary data from database (using c#.net and sql server/windows application)

2 Answers   Soltius,


How do destructors and garbage collection work in c#?

0 Answers  


What are the methods in c#?

0 Answers  


What is lock statement in C#?

0 Answers   B-Ways TecnoSoft,






What is the base class for array types?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What is generic types in c#?

0 Answers  


How do you achieve polymorphism in c#?

0 Answers  


What is the difference between out and ref in c#?

0 Answers  


Is and as keyword in c# net?

0 Answers  


what is the difference between passing a value object by reference and a reference object by value?

4 Answers   TCS,


Categories