COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Imperative
|
|
Functional
|
|
Object-Oriented
|
|
Logic
|
Detailed explanation-1: -Functional programming is a programming paradigm in which we try to bind everything in pure mathematical functions style. It is a declarative type of programming style.
Detailed explanation-2: -Logic programming is a programming paradigm which is largely based on formal logic. Any program written in a logic programming language is a set of sentences in logical form, expressing facts and rules about some problem domain.
Detailed explanation-3: -In computer science, declarative programming is a programming paradigm-a style of building the structure and elements of computer programs-that expresses the logic of a computation without describing its control flow.
Detailed explanation-4: -C++ is multi-paradigm programming that supports object-oriented principles which is useful in achieving organized data. Rich in library functions and programming tools collection. Good for finding a solution for complex AI problems.