Hi iam a new user,
Right now im working in selenium and i have knowledge on java basic programming and little bit
about oops.Here is my question
1. I have a class "SeleniumCore" , from class B i have inherited the object and the actions are successfully performed.
2. My folder structure is like
SeleniumCore - >ClassB (Action performed) ->Class C ->Class D
From class D i want to invoke the SeleniumCore object.
when i invoke and run at class D the object shows the null value and which means that not able to take the
initial object value.
Kindly help me to understand the oops concept here
Thanks,
Sha