Loading practice questions
Which of the following Paradigm is followed by Object Oriented Language Design?
Correct Answer: B — Data Controlling access to code.
Explanation:
Object-oriented programming organises a program around its data(that is, objects) and a set of well-defined interfaces to that data.