If we declare the Base class as static and methods we can directly call those method with class name itself. And by extending the base class to hook class.
@rdautomationlearning609Ай бұрын
@@syeddanish4910 correct
@bruce_xiaoАй бұрын
i think it is the grammar of java,because of it belong to the Object language,right?
@saikalyanimmaneni4225Ай бұрын
you can use extends keyword to inherit from Base class.
@PVRajeshMaghamАй бұрын
we can use extends keyword in Hooks it will inherits all the methods, variables and etc., from parent class(Base)
@vinodkumarp8978Ай бұрын
As per my knowledge we can not use extends in Hooks
@bruce_xiaoАй бұрын
so could you give me more exact information about the Hooks? thanks
@vamsikuna727328 күн бұрын
If we declare the Base class as static and methods we can directly access to the those methods with class name itself as. And by extending the base class to hook class.
@paraschaudhary934112 күн бұрын
We can extend the base class in hooks after initializing hooks class like this... Public class Hooks extend Base
@vaishalibhanage8504Ай бұрын
By using inheritance we can remove those errors.. Extend that class to Base class
@suriyapraba-vw2cnАй бұрын
Thanks 🎉
@puramchiranjeevi5573Ай бұрын
create an instance for an base class
@rdautomationlearning609Ай бұрын
@@puramchiranjeevi5573 correct
@bruce_xiaoАй бұрын
why should i need to instance fir the base class?
@MaddyIndiaАй бұрын
Extend the Base class, simple :)
@MaddyIndiaАй бұрын
What is the object repository?
@Rishabhmishra429Ай бұрын
Implicitly wait concept She has not given the right answer.