_________is a methodology that organizes a program into a collection of interacting objects.

_________is a methodology that organizes a program into a collection of interacting objects.
A. OOP
B. Programming

C. Both A and B
D. None of These

ANSWER: A) OOP
Explanation : Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which can contain data and functions. Data describe the properties or inforamation about object whereas functions depicts the behaviour of the object.

Leave a Comment