Abstract method

Abstract method

A method that is declared as abstract and does not have implementation is known as abstract method.

Example abstract method

  1. abstract void printStatus();//no body and abstract  


Comments

Popular posts from this blog

Handling Dynamic Web Tables Using Selenium WebDriver

Read it out for TESTNG before going for an iterview

How to handle Selenium Pop-up window using Webdriver