Oop Assignment
Oop Assignment
ID: 23/CS/TEC/147
TASK: Assignment
Imagine you're building a complex machine, like a car. Instead of just having a pile of parts and a
list of instructions, OOP helps you organize it by creating self-contained units (like the engine,
wheels, steering wheel, etc.) that know how to do their own job and talk to each other. This
makes building and fixing the car much easier.
In programming, these "self-contained units" are called objects. OOP is a way of writing
computer programs where you think about your data and the actions you can perform on that
data as these neat, organized objects.