rusher-md / learning-python

0 stars 0 forks source link

OOPs questions with example #15

Closed Adnan0o7 closed 11 months ago

Adnan0o7 commented 11 months ago
  1. What is self
  2. Difference between instance attribute and class attribute
  3. Difference between class method and instance method
  4. What is super() function
  5. How to call one class inside another class