reading-notes

1. Classes and objects in Python

##

is a blueprint or template for creating objects. It defines a set of attributes :
[variables,functions]

The differences between classes and objects in Python

  1. Definition:

2. Recursion

It involves solving a problem by reducing it to one or more simpler instances of the same problem.

Concept of a base case and a recursive case