Is everything an object c#?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c# better than java?
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
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.
What are tuples c#?
How long will it take to learn c sharp?
What is difference between a type and class?
Can we inherit static class in c#?
What is use of abstract class in c#?
Is dictionary a collection?
Why is c# a good programming language?
Describe the ways of cleaning up objects in c#.
Explain the difference between object type and dynamic type variables in c#?