C# Properties, Indexers Interivew Questions and Answers - 1
Question: 1
Define associativity property?
The operators at the higher level of precedence are evaluated first.
The operators of the same precedence are evaluated either from left to right or right to left.
Question: 2
Define property?
A property is a member that can appear in a class or in interface. It is an extension of the field. So it is called as smart field.
Question: 3
Define indexers?
An Indexer is a member that allows accessing individual fields contained in the object of class.
Indexers are called as Smart Arrays.
The indexer takes an index argument and looks like an array.
The indexer is declared using the name this.
Question: 4
Is it possible to have a static indexer in C#?
No. Static indexers are not allowed in C#.
Question: 5
What is called mutator method?
The set is used to set the value for the variable. It is called as mutator method.
7000+ Subject Verb Agreement Exercises for Class 6, 7, 8, 9, 10 More
7000+ Tenses MCQ Questions for Class 6, 7, 8, 9, 10 More
7000+ Tenses English Grammar Exercises with Answers Pdf More
7000+ Simple Compound Words Quiz with Answers More
7000+ Compound Words Worksheet with Answers for Grade 10 More
100+ Cell Biology Questions and Answers Pdf More
1000+ Current Electricity MCQ Questions and Answers Pdf More
1000+ HSBC Aptitude Questions and Answers Pdf More
Software Engineering Quiz Questions and Answers More
7000+ Phrasal Verbs Quiz with Answers Pdf More