What is bitwise operator in c#?


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

Post New Answer

More C Sharp Interview Questions

Is c# and .net same?

0 Answers  


What's the difference between abstraction and encapsulation?

0 Answers  


If we inherit a class do the private variables also get inherited ?

6 Answers   TCS,


WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?

3 Answers  


How did you implemented classes in your project?

1 Answers   TCS,






what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


What is boxing & unboxing?

0 Answers  


Why can?t you specify the accessibility modifier for methods inside the interface?

2 Answers  


What is application object in c#?

0 Answers  


How many aware interfaces are there?

0 Answers  


What is extension method in c# and how to use them?

0 Answers  


What is a destructor in c#?

0 Answers  


Categories