Q & A by Maninder Singh

Question:

QUESTION: What is object-oriented programming (OOP)?

Answer:

OOP is a way to organize your code. It lets you group data and the functions that work with that data into objects, making your code more organized and easier to understand.