What are the advantages of properties in c#?


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

Post New Answer

More C Sharp Interview Questions

Why we use get set property in c#?

0 Answers  


What are synchronous and asynchronous operations?

0 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  


Which technology is best for desktop application?

0 Answers  


what is webapplication? what is windows application? what is the extension for both . in what purpose we r using webapplication. in which situation we r using windowns application

1 Answers  






Why do we need reflection in c#?

0 Answers  


What is the use of thread join in c#?

0 Answers  


Can an int be negative c#?

0 Answers  


If I return out of a try/finally in c#, does the code in the finally-clause run?

0 Answers  


What is dictionary collection in c#?

0 Answers  


What do u mean by delegation of authority?

0 Answers  


What is the difference between ref & out parameters in c#?

0 Answers  


Categories