Today Task
Create a class Student that stores name and marks using encapsulation.
Create a Person class and inherit it in Employee class.
Create a Bank system with different bank types.( Encapsulation + Inheritance +
Polymorphism)
Create a Book class that stores book details securely.
Create Employee salary system.