COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Please select the Object Oriented Paradigm(s).
A
ALGOL, FORTRAN, Pascal, C, Ada
B
C++, Java, Smalltalk
C
Lisp, Scheme, ML, Haskell
D
Prolog
E
Python, Perl, Ruby
Explanation: 

Detailed explanation-1: -Many of the most widely used programming languages (such as C++, Java, Python, etc.) are multi-paradigm and they support object-oriented programming to a greater or lesser degree, typically in combination with imperative, procedural programming.

Detailed explanation-2: -Smalltalk is an object-oriented programming (OOP) language that incorporates dynamic runtime typing methodology and maneuverability.

Detailed explanation-3: -The Smalltalk-style programming as used in Objective-C allows messages to go unimplemented, with the method resolved to its implementation at runtime. For example, a message may be sent to a collection of objects, to which only some will be expected to respond, without fear of producing runtime errors.

There is 1 question to complete.