Home »
MCQs »
C++ MCQs
Which of the following OOPs concepts are supported in C++?
21. Which of the following OOPs concepts are supported in C++?
- Inheritance
- Encapsulation
- Abstraction
- Polymorphism
Opation:
- 1 and 2
- 1, 2, and 3
- 1, 2, and 4
- All 1,2,3,4
Answer: D) All 1,2,3,4
Explanation:
C++ supports the following OOPS concept:
- Inheritance
- Encapsulation
- Abstraction
- Polymorphism