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 __
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 __