You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Multiple inheritence cannot be implemented in classes but can be done through interfaces.
2. We can restrict a member of a class from inheriting to it's subclasses within same package and in different package by declaring the member to be private.
3. Initializers can be inherited but Constructors cannot be inherited