What are class fields?



What are class fields?..

Answer / Bijendra Kumar

"Class fields (or instance variables) in C# are variables that belong to a specific instance of the class. They can hold data for each object created from the class."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What do you mean by object pooling?

1 Answers  


What is difference between yielding and sleeping?

1 Answers  


How many dimensions can an array have?

1 Answers  


What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.

5 Answers  


How long does it take to learn c# for unity?

1 Answers  


Explain the difference between object type and dynamic type variables in c#?

1 Answers  


What is the implicit name of the parameter that gets passed into the class set method?

1 Answers  


Is as keyword in c#?

1 Answers  


What is array and types of array in c#?

1 Answers  


Explain the difference between and xml documentation tag?

1 Answers  


What Is The Difference Between The System.array.copyto() And System.array.clone()?

1 Answers   Infosys,


What is the max value of int32 in c#?

1 Answers  


Categories