Skip to content
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Facebook page opens in new windowFacebook page opens in new windowX page opens in new windowYouTube page opens in new window
qavalidation
QA tools and automation testing techniques
qavalidationqavalidation
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo2
  • Appium
    • Appium tutorial
  • WebdriverIO
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • More
    • Cypress
    • TestingBasics
    • MavenBuild
  • Training
Search:
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo2
  • Appium
    • Appium tutorial
  • WebdriverIO
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • More
    • Cypress
    • TestingBasics
    • MavenBuild
  • Training

Daily Archives: July 4, 2018

You are here:
  1. Home
  2. 2018
  3. July
  4. 04

Java OOPS – Part 4 – Polymorphism – method overriding & overloading

JavaForQABy sunil patroJuly 4, 2018Leave a comment

Polymorphism – Polymorphism means – one in many forms Creating multiple methods / functions with the same name but performing different task, same way creating single object or reference variable referring to multiple classes. Polymorphism can be achieved in 2 ways   Method Overloading (Compile time polymorphism or static binding)   Method Overriding (Run time…

All rights reserved | qavalidation
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Go to Top