Classes and Objects - Programming

Q1:

Which of the following statements is correct?

A Procedural Programming paradigm is different than structured programming paradigm.

B Object Oriented Programming paradigm stresses on dividing the logic into smaller parts and writing procedures for each part.

C Classes and objects are corner stones of structured programming paradigm.

D Object Oriented Programming paradigm gives equal importance to data and the procedures that work on the data.

E C#.NET is a structured programming language.

ANS:D - Object Oriented Programming paradigm gives equal importance to data and the procedures that work on the data.

No answer description is available. Let's discuss.