Classes And Objects In C Sharp - Study Mode

[#96] Choose the wrong statement about 'INTERFACE' in C#.NET?
Correct Answer

(C) An interface could not contain signature of the indexer

[#97] Selecting appropriate method out of number of overloaded methods by matching arguments in terms of number, type and order and binding that selected method to object at compile time is called?
Correct Answer

(D) All of the mentioned

[#98] If no access modifier for a class is specified, then class accessibility is defined as?
Correct Answer

(C) private

[#99] Number of constructors a class can define is?
Correct Answer

(C) Any number

[#100] Correct way to overload +operator?
Correct Answer

(D) all of the mentioned