Which method is overloaded method in selenium webdriver?
Answers
Answered by
4
Explanation:
When this is the case, the methods are said to be overloaded and the process is referred to as Method Overloading. When Java encounters a call to anoverloaded method, it simply executes the version of the method whose parameters match the arguments used in the call
Answered by
1
Overloaded Method in Selenium Webdriver
Selenium is an open source testing suite for web applications.It is widely used for automation and supports a number of web browsers.
- Overloaded method is an integral concept of all OOPS(Object Oriented Programming) based languages like JAVA which is the basis for Selenium.
- Overloading means methods belonging to same class, having same name but different parameters.
- When a call to such a method is made, the method executed, is the one whose parameters match the arguments of the invoked method.
To know more about Selenium Suite visit :
https://brainly.in/question/3523223
Similar questions
Social Sciences,
5 months ago
English,
5 months ago
English,
5 months ago
Math,
11 months ago
Social Sciences,
1 year ago