Day24_2014 days of the 24th day – object-oriented three major features, duck types, class constraints, depth analysis of Super

day24 Three Object-Oriented Features Inheritance, encapsulation, polymorphism Encapsulation: Put a bunch of things (code, data) in one place (space), and you can use it

class Student: def __