Loading practice questions
ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the full form of "OOP"?
Correct Answer: B — Object Oriented Programming
Explanation:
Object Oriented programming (OOP) is a programming paradigm that relies on the concept of classes and objects. It is used to structure a software program into simple, reusable pieces of code blueprints (usually called classes), which are used to create individual instances of objects.