Home / C# Programming / Classes and Objects :: Discussion

Discussion :: Classes and Objects

  1. Which of the following statements is correct?

  2. 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.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment