Method Overriding.

PRE TEST :


Question 1:
Method Overriding means?

Multiple methods with same name same arguments
Multiple methods with same name different arguments
Multiple methods with different name different arguments
Multiple methods with no arguments


Question 2:
Method Overriding also known as?
Dynamic polymorphism.
Static polymorphism.
Both of the above .
None of the above .


Question 3:
Can we overload main method?
Yes
No
Can't say
none of the above


Question 4:
Which is incorrect statement regarding overloading?
Method with same name and differ in number of arguments
Methods should be with same name and different return type
Methods should be same name and differ in order of type of arguments
Methods should be with same name and differ in type of arguments


Question 5:
Which of these can be overloaded?
Methods.
Constructors
All of the above
None of the above.


Question 6:
What is the process of defining a method in terms of itself, that is a method that calls itself?
Polymorphism
Abstraction
Encapsulation
Recursion


Question 7:
What is process of defining two or more methods within same class that have same name but different parameters declaration?
Method Overriding
method overriding
method hiding
None of mentioned.


Number of score out of 7 = Score in percentage =