adplus-dvertising
frame-decoration

Question

Which among the following, for a pure OOP language, is true?

a.

The language should follow 3 or more features of OOP

b.

The language should follow at least 1 feature of OOP

c.

The language must follow only 3 features of OOP

d.

The language must follow all the rules of OOP

Answer: (d).The language must follow all the rules of OOP

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which among the following, for a pure OOP language, is true?

Similar Questions

Discover Related MCQs

Q. OOP provides better security than POP:

Q. Which among the following best describes polymorphism?

Q. What do you call the languages that support classes but not polymorphism?

Q. Which among the following is the language which supports classes but not polymorphism?

Q. If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called?

Q. Which type of function among the following shows polymorphism?

Q. In case of using abstract class or function overloading, which function is supposed to be called first?

Q. Which among the following can’t be used for polymorphism?

Q. Which among the following can show polymorphism?

Q. Polymorphism is possible in C language.

Q. Which problem may arise if we use abstract class functions for polymorphism?

Q. Which among the following is not true for polymorphism?

Q. If 2 classes derive one base class and redefine a function of base class, also overload some operators inside class body. Among these two things of function and operator overloading, where is polymorphism used?

Q. Which among the following best describes encapsulation?

Q. If data members are private, what can we do to access them from the class object?

Q. While using encapsulation, which among the following is possible?

Q. Which feature can be implemented using encapsulation?

Q. Find which of the following uses encapsulation?

Q. Encapsulation helps in writing ___________ classes in java

Q. Which among the following should be encapsulated?