MULTIMEDIA AND QUALITY OF SERVICE
MULTIMEDIA DATA
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Event-driven programming
|
|
Object-oriented programming
|
|
Interactive programming
|
|
Procedural programming
|
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.