Home »
MCQs »
C++ MCQs
C++ is a pure object-oriented language
18. C++ is a pure object-oriented language.
- True
- False
Answer: B) False
Explanation:
C++ is not a pure object-oriented language because it supports the oops concept as well as procedural-oriented features.