php mcq questions with answers


                                
A structure in C# provides a unique way of packing together data of ______ types.
A. Different  
B. Same  
C. Invoking  
D. Calling
                                
Struct’s data members are ____________ by default.
A. Protected  
B. Public  
C. Private  
D. Default
                                
A _______ creates an object by copying variables from another object.
A. Copy constructor  
B. Default constructor  
C. Invoking constructor  
D. Calling constructor
                                
The methods that have the same name, but different parameter lists and different definitions is called______.
A. Method Overloading  
B. Method Overriding  
C. Method Overwriting  
D. Method Overreading
                                
The C# provides special methods known as _____ methods to provide access to data members.
A. Loop  
B. Functions  
C. Methods  
D. Accessor