filmov
tv
Python OOP Polymorphism & Method Overriding Example #22
Показать описание
This is the eight video for Python Object Oriented Programming (OOP),in this video we are going to talk about
Polymorphism & Method Overriding Example In Python OOP
What Is Polymorphism ?
We are going to start with a real world example, as you know we use milk for drinking but milk can also be used to make
curd, butter and etc so the term polymorphism means to use something in different forms, in software development to maintain the code and to maintain the simplicity of the code we use the concept of polymorphism the very popular examples are method overloading and method overriding
method overloading is used in a single class where you have the same function name but different set of arguments for each function. method overriding is a concept one comes across while making subclasses
Learn More Programming In the Below Links
Complete Playlist For Python3 Programming
Python OOP Tutorial Playlist
Learn More Programming In The Below Blog
Python PyQt5 2019 Playlist Tutorial
Python Django 2.1 Tutorial Playlist
Python TKinter GUI Tutorial
wxPython GUI Programming Tutorial
Polymorphism & Method Overriding Example In Python OOP
What Is Polymorphism ?
We are going to start with a real world example, as you know we use milk for drinking but milk can also be used to make
curd, butter and etc so the term polymorphism means to use something in different forms, in software development to maintain the code and to maintain the simplicity of the code we use the concept of polymorphism the very popular examples are method overloading and method overriding
method overloading is used in a single class where you have the same function name but different set of arguments for each function. method overriding is a concept one comes across while making subclasses
Learn More Programming In the Below Links
Complete Playlist For Python3 Programming
Python OOP Tutorial Playlist
Learn More Programming In The Below Blog
Python PyQt5 2019 Playlist Tutorial
Python Django 2.1 Tutorial Playlist
Python TKinter GUI Tutorial
wxPython GUI Programming Tutorial