What is the property of class?



What is the property of class?..

Answer / Pravesh Kumar Tripathi

In .NET, a class has several properties such as Fields (data members), Methods (functions), Constructors (special methods to initialize objects), Events, and Interfaces. Properties are also considered as a combination of a private field and public accessor methods (getter and setter).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is addressof operator?

1 Answers  


Is dictionary reference type c#?

1 Answers  


What Are The .Net Object

2 Answers   IMB, Reliance,


What is use of hashtable in c#?

1 Answers  


List some of the classes used by system.data namespace?

1 Answers  


What is transparent caching with aop ?

1 Answers  


How to Install uninstall assemblies into GAC?

1 Answers   CitiusTech,


What are sorted lists?

1 Answers  


How can you force derived classes to provide new method implementations for virtual methods?

1 Answers  


What are the different types of delegation?

1 Answers  


Is a char?

1 Answers  


Why does my windows application pop up a console window every time I run it?

1 Answers  


Categories