This project is a simple Java program designed to model people in a school environment. It uses Object-Oriented Programming (OOP) concepts such as abstraction, inheritance, and interfaces. The system includes a general class called Person and a subclass called Student. It also uses an interface called Printable to display student information and the school name. The main purpose of this project is to demonstrate how Java OOP concepts work together in a simple school system.