Is class reference type c#?


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

Post New Answer

More C Sharp Interview Questions

What are scriptable objects?

0 Answers  


How do you create multiple inheritance in C#?

5 Answers   Microsoft,


What is the default value of string in c#?

0 Answers  


Why do we still see so much non-oo code written in c# today?

0 Answers  


What is the difference between c and c sharp?

0 Answers  






List down the different ide’s provided by microsoft for c# development.

0 Answers  


How we can create an array with non-default values?

0 Answers  


Explain about accessibility modifier 'protected internal'?

0 Answers  


what is the Difference between the public and private ?

0 Answers   Microsoft,


Define a strong name in .net?

0 Answers  


Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!

0 Answers   Siemens,


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Categories