What are the two kinds of properties.

Answers were Sorted based on User's Feedback



What are the two kinds of properties...

Answer / yogaraj i

Get and Set are the two kinds of proprites..

Is This Answer Correct ?    9 Yes 4 No

What are the two kinds of properties...

Answer / arash

Readonly and Writeonly property

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

Can "this" be used within a static method?

1 Answers  


What is the use of Treeview control?

1 Answers   CGI,


Difference abstract class and interface in .net?

1 Answers  


what is a strong name?

3 Answers  


Write code for fetch record nos 15 to 25 from a dataset containing 50 records?

4 Answers   C Squared Systems,


What is static constructor, when it will be fired?

1 Answers  


Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?

1 Answers   CitiusTech,


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


What does il do?

1 Answers  


Explain role-based security in .Net.

2 Answers  


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

1 Answers   TCS,


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


Categories