Is c# a strongly-typed language?


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

Post New Answer

More C Sharp Interview Questions

Is functional interface runnable?

0 Answers  


What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  


Give an example to show for hiding base class methods?

0 Answers  


How do I enforce const correctness in c#?

0 Answers  






What does the keyword virtual mean in the method definition?

1 Answers  


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 virtual 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 }

1 Answers  


What is the difference between public, static, and void?

0 Answers  


How many types of serialization are there in c#?

0 Answers  


How can we make a thread sleep for infinite period ?

0 Answers  


What is the purpose of dependency injection?

0 Answers  


Define Virtual folder?

0 Answers   Arigo Infotech,


Categories