COMPUTER NETWORKING

MULTIMEDIA AND QUALITY OF SERVICE

MULTIMEDIA DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the term for the programming concept in which a program is handled as a collection of individual items that perform separate functions, rather than as a sequence of statements that performs a specific task?
A
Event-driven programming
B
Object-oriented programming
C
Interactive programming
D
Procedural programming
Explanation: 

Detailed explanation-1: -Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects", which can contain data and code. The data is in the form of fields (often known as attributes or properties), and the code is in the form of procedures (often known as methods).

Detailed explanation-2: -Object-Oriented Programming Objects, which are usually instances of classes, are used to interact with one another to design applications and computer programs. Some examples of object-oriented programming languages are C++, Java, Smalltalk, Delphi, C#, Perl, Python, Ruby, and PHP.

Detailed explanation-3: -Object-oriented programming began with the Simula language (1967), which added information hiding to ALGOL. Another influential object-oriented language was Smalltalk (1980), in which a program was a set of objects that interacted by sending messages to one another.

There is 1 question to complete.