Home »
MCQs »
Perl Programming MCQs
Which of the following is not a concept of OOP?
8. Which of the following is not a concept of OOP?
- Encapsulation
- Class
- Abstraction
- None of these
Answer: D) None of these
Explanation:
The concepts of OOPs are:
- Class
- Object
- Method
- Polymorphism
- Inheritance
- Encapsulation
- Abstraction