ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following Paradigm is followed by Object Oriented Language Design?
Correct Answer: B — Data Controlling access to code.
Object-oriented programming organises a program around its data(that is, objects) and a set of well-defined interfaces to that data.