Computer Science, asked by mustakimsayyed50, 2 months ago

How can I call a method from child class which is in parent class in python?​

Answers

Answered by kundanikabarua12345
0

Answer:

Well this can done using Python. You just have to create an object of the child class and call the function of the parent class using dot(.) operator.

Similar questions