Testing snippets.. A personal journey blog
Syeda Hani
Test Analyst having skills in BDD | CUCUMBER | GHERKIN | JIRA | JMETER | BLACKBOX TESTING | AGILE | SELENIUM JAVA | API TESTING USING POSTMAN | EXPERIENCE IN ALL PHASES OF STLC | NULAB FOR BUG REPORTING|
https://syedahani1991.wixsite.com/website/post/testing-storiesI'm gonna start a personal blog to specify all the testing concepts i learn in a day.
Today's date is 24th July 2024
Core Java:
Super calling statement: Super calling statement is used in constructor context to call from sub-class constructor to immediate super class constructor
Rules:
7. If a user defines a super() calling statement without any parameters, then the super() calling statement will call its immediate super class constructor & if the super() calling statement is defined with parameters then it'll match the arguments with the class which has similar arguments and that class will get invoked.