➤
Mentor SAP
Toggle navigation
SAP COURSES
SAP TUTORIAL
FAQ
DOWNLOAD
CONTACT
SIGN IN
Home
SAP Tutorial
Nested Interface
2017-07-24
Submitted by:- Admin
Nested Interface
1
2
3
More Tutorials
To use multiple inheritances functionality we need to use Interface
Interface is declared in Public Section of Class
All Methods of Interface must be Implemented
Interface attributes can be initiated with values
Final Method in Interface
Abstract Method in Interface
Interface can be Instantiated
Interface Static Attribute and Method are Accessed Directly
Nested Interface
Encapsulation by Interface