Question: An Account class has a property called accountNo and acc is a reference to a bank object and we want the C#.NET code snippet given below to work. Which of the following options will ensure this functionality?

Options

A : Declare accountNo property with both get and set accessors.

B : Declare accountNo property with only get accessor.

C : Declare accountNo property with get, set and normal accessors.

D : Declare accountNo property with only set accessor.

Click to view Correct Answer

Previous || Next

Properties - General Questions more questions

If Sample class has a Length property with get and....

Which of the following is the correct way to implement....

A property can be declared inside a namespace or a....

If a Student class has an indexed property which is....

If Sample class has a Length property with get accessor....

Suppose a Student class has an indexed property. This property....

Which of the following statements is correct about properties used....

Which of the following is the correct way to implement....

Which of the folowing does an indexer allow to index....

An Employee class has a property called age and emp....

Attributes - General Questions more Online Exam Quiz

Inheritance - General Questions

Interfaces - General Questions

Namespaces - General Questions

Operators - General Questions

Polymorphism - General Questions

Structures - General Questions

Advanced SQL - General Questions

Data and Database Administration - General Questions

Database Design Using Normalization - General Questions

Database Processing for BIS - General Questions