Explain the OOPS concept in C#?


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

Post New Answer

More C Sharp Interview Questions

Which attribute is used in order that the method can be used as webservice?

0 Answers  


What is array and arraylist?

0 Answers  


What is difference between encapsulation and abstraction in c#?

0 Answers  


What is concrete class in c# with example?

0 Answers  


How did you implemented classes in your project?

1 Answers   TCS,






Why can't we use a static class instead of singleton?

0 Answers  


public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


Define property in c#.net?

0 Answers  


Can variables defined in interface. If yes how we can call/use it in class.

2 Answers   Synechron,


What is the default value of boolean variable?

0 Answers  


What is the use of table aliases?

0 Answers  


Is as keyword in c#?

0 Answers  


Categories