Oops Concept in Python

I need to create Fibonnaci sequence in Python using Polymorphism. Can anyone help me with this.

Welcome to the forum! What have you tried so far?

I have tried it with Classes and Instance but now i need to implement it with each and every concept of Oops.

What do you mean? each and every?

Each and every concept of Oops like Polymorphism, Inheritance…

It’s called OOP, not Oops. Stands for Object-Oriented Programming.

But hey, this segues nicely into the new FCC Python Curriculum – give it a shot.

You won’t use OOP for fibonacci however, it’s all done in a single function.

1 Like