Principle of OOP

Which of the following languages is not a pure Object-Oriented language? a) Java b) Simula c) Ada d) Eiffel Which of the languages is a pure object-oriented language? a) C++ b) Smalltalk c) Object Pascal d) Objective C Which of the following statements is TRUE with respect to object-oriented programming? a) Emphasis is on algorithms rather than data. b) Data can move freely from function to function. c) Programs are divided into small programs called functions. d) Data and functions that operate on them are tied together. Which of the…

Read More