Q. Define Repeated inheritance and Encapsulation?
Repeated inheritance
If a class inherits in excess of once from the same class then it is referred to as repeated inheritance.
Encapsulation
An object encapsulates the data as well as information it contains and supports a well defined abstraction. Encapsulation direct to the separation of the interface and implementation.