Open In App

GATE | GATE-CS-2005 | Question 4

Last Updated : 13 Sep, 2021
Like Article
Like
Save
Share
Report

Which one of the following are essential features of an object-oriented programming language? (GATE CS 2005) (i) Abstraction and encapsulation (ii) Strictly-typedness (iii) Type-safe property coupled with sub-type rule (iv) Polymorphism in the presence of inheritance

(A)

(i) and (ii) only

(B)

(i) and (iv) only

(C)

(i), (ii) and (iv) only

(D)

(i), (iii) and (iv) only



Answer: (B)

Explanation:

Abstraction, Encapsulation, Polymorphism and Inheritance are the essential features of a OOP Language.


Quiz of this Question
Please comment below if you find anything wrong in the above post


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads