How to call the grand parent constructor from the child ??
807569Jun 21 2006 — edited Jun 21 2006Hi All,
I am having 3 classes.
Class A.
Class B extends Class A.
Class C extends Class A
i need to call the constructor of ClassA from Class C. how to call ??
Thanks,
J.Kathir