Instance Variables and Class Variables||Object-oriented-Programming Python|Part-38

Опубликовано: 01 Январь 1970
на канале: Easycoding619
22
0

This video is about instance variables and class variables in python.If you have any doubts,reach me out at the comments section.
In breif,the variables declared within the class outside any methods are called class varaiables and the variables declared within the methods in the class are called class variables.