What is strong data type in c#?



What is strong data type in c#?..

Answer / Naveen Kumar Sharma

In C#, 'strongly typed' refers to the explicit declaration of a variable's data type. This guarantees that a variable can only store values of its declared type and helps prevent errors due to incorrect data types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is reference types in c#?

1 Answers  


Explain the use of virtual, sealed, override, and abstract method?

1 Answers  


What is multicast delegate in c# ?

1 Answers  


update data in an xml file which resides in solution itself, using silverlight 4.0

1 Answers  


What do you know about device context?

1 Answers   C DAC,


What are indexers in c# .net?

1 Answers  


Why abstract class can not be instantiated?

1 Answers  


What is a delegate? How can it works?

1 Answers   Siebel,


What are assemblies?

1 Answers   Microsoft,


Is goto statement supported in C#? How about Java?

2 Answers  


write a C# Program add two matrix ?

1 Answers   Wipro,


What are the advantages of using partial classes?

1 Answers  


Categories