php mcq questions with answers


                                
Different ways a method can be overloaded in C#.NET
A. Different parameter data types
B. Different order of parameters
C. Different number of parameters
D. All of above
                                
Is it possible to change the value of a variable while debugging a C# application?
A. Yes
B. No
                                
Which of the following statements is correct about the C#.NET program given below?
A. The program will report an error in the statement base(ii).
B. The program will work correctly if we replace base(ii) with base.Baseclass(ii).
C. The program will output: Base Derived
D. The program will work correctly only if we implement zero-argument constructors in Baseclass as well as Derived class.
                                
Managed methods will be marked as ------------ in MSIL code
A. mscorjit
B. cil
C. dgclr
D. None