Posts Tagged ‘object oriented programming paradigm’

  • Interview Questions on JAVA

    Jan 12, 13 • 7335 Views • Resources1 Comment

    Question 1- What are the two paradigms for Object Oriented Programming? Answer- The two paradigms for Object Oriented programming are as follows :- 1. Process oriented It can be thought of as code acting on data. Example is C language 2. Object oriented It

  • Procedural Programming Concepts

    Jan 12, 13 • 10776 Views • Resources1 Comment

    Ques 1. What is procedural programming? Ans. A procedural programming language is one where programs are organized into blocks of code  and called variously. A procedural Programming is said to be the set of instructions which are being used by the computer