Advantages of Inheritance Overriding: With the help of Inheritance, you can override the methods of the base class . Data Hiding: The base class in Inheritance decides which data to be kept private, such that the derived class will not be able to alter it.