#TutorialAction
1To use multiple inheritances functionality we need to use InterfaceView
2Interface is declared in Public Section of ClassView
3All Methods of Interface must be ImplementedView
4Interface attributes can be initiated with valuesView
5Final Method in InterfaceView
More..