We have two classes: “Parent” and “child”, as shown below:
class Parent { parent_AddUser() {
We would like to know if we can forcefully call the parent_AddUser () method whenever a call to child_addUser () is called without an explicit call.
c #
Biju joseph n
source share