0
What are object oriented programs in python?
Explain some keywords like class,instance in detail. https://code.sololearn.com/cvC4EQcf9ExL/?ref=app
1 Answer
+ 4
Python
Class
https://www.sololearn.com/learn/Python/2469/
inheritance
https://www.sololearn.com/learn/Python/2470/
magic methods
https://www.sololearn.com/learn/Python/2468/
Objects LifeCycle
https://www.sololearn.com/learn/Python/2471/
Data hiding