How to declare a property in a class?


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

Post New Answer

More C Sharp Interview Questions

Is string a data type in c#?

0 Answers  


What is class sortedlist underneath?

0 Answers  


What are fields in c#?

0 Answers  


What is parse method in c#?

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

2 Answers   Proteans,


Are private class-level variables inherited?

2 Answers  


Which is faster dictionary or list?

0 Answers  


What are expressions c#?

0 Answers  


What is transparent caching with aop ?

0 Answers  


What is multithreading with .net?

0 Answers  


What is the difference between double and decimal in c#?

0 Answers  


In c#, what will happen if you do not explicitly provide a constructor for a class?

0 Answers  


Categories