i want to inherit singly, circular & doubly linked lists in a parent class "list". Each class has its own interface.i first inherited singly, doubly & circular interface in a "list" interface then implemented that interface in my parent class "List".
please tell me the correct and good format how should i inherit three child classes in single parent class using java. Thank you.