In this program, we have a parent class named Details and child class named Employee, we are inheriting the class Details on the class Employee. And, finally creating an object of Employee class and by calling the method setEmployee() – we are assigning the values to the class variables and printing the values using showEmployee() function.
Python code to demonstrate example of single inheritance
Output
need an explanation for this answer? contact us directly to get an explanation for this answer