2) C++ is a __
language.
(a) structured (b) object oriented (c) procedural (d) None
Answers
Answered by
1
Answer:
D) None
Explanation:
Because C++ is a protocol language like as HTML
Answered by
0
The answer is b) object-oriented.
Explanation:
C++ is an object-oriented language. It supports the concept of classes. Object-oriented means everything in the C++ language works on the objects. C++ is an extension of the C language. The main difference between C and C++ is their structure. C language follows the procedural structure. C is POP means procedural-oriented language. It does not support the OOPs concept like classes, polymorphism, inheritance, etc. C follows the top-down approach.
Similar questions