Home / Programming MCQs / Perl MCQs / Question

N

Nisha Gupta • 2.32K Points
Master

Q. Which of the following is not a concept of OOP?

(A) Encapsulation
(B) Class
(C) Abstraction
(D) None of these

Explanation:

The concepts of OOPs are:

    Class
    Object
    Method
    Polymorphism
    Inheritance
    Encapsulation
    Abstraction

You must be Logged in to update hint/solution

Discusssion

Login to discuss.