Is everything an object c#?


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

Post New Answer

More C Sharp Interview Questions

Why is c# better than java?

0 Answers  


Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options

3 Answers  


Hi to everybody. Lastweek i had taken an interview on c#. They ask what is boxing & unboxing, Masking.Please tell the answer and it is useful for me.

8 Answers  


What are tuples c#?

0 Answers  


How long will it take to learn c sharp?

0 Answers  






What is difference between a type and class?

0 Answers   Arigo Infotech,


Can we inherit static class in c#?

0 Answers  


What is use of abstract class in c#?

0 Answers  


Is dictionary a collection?

0 Answers  


Why is c# a good programming language?

0 Answers  


Describe the ways of cleaning up objects in c#.

0 Answers  


Explain the difference between object type and dynamic type variables in c#?

0 Answers  


Categories