What is programming paradigm in c++
Answers
Answered by
0
As Bjarne Stroustrup points out, "C++is a multi-paradigmed language." It supports many different styles of programs, or paradigms , and object-oriented programming is only one of these. Some of the others are structured programming , data abstraction, high level assembly, and generic programming.
Bro your perfect answer
Bro your perfect answer
Answered by
0
A Programming Paradigm defines the methodology of designing and implementing programs using the key features and building blocks of a programming language.
Similar questions