What is strongly typed in c#?


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

Post New Answer

More C Sharp Interview Questions

Can class inherit from struct c#?

0 Answers  


What is connection pooling in ado.net?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What is threading in c# with example?

0 Answers  


Are constructors inherited c#?

0 Answers  






How do I do implement a trace?

0 Answers  


What is master page in asp net c#?

0 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...

1 Answers  


what is collections and what is generics

4 Answers   Bally Technologies,


Explain the Usage of web.config

0 Answers   Microsoft,


What?s a delegate?

2 Answers  


Can a class have multiple constructors c#?

0 Answers  


Categories