web analytics

August 2013

What is Object Oriented Programming (OOP)?

Object Oriented Programming (OOP):  Object Oriented Programming is programming concept which is focused on object rather than actions and data rather than logic.  Object Oriented Programming concept is a way to remove some faults or limitations of POP (Procedure Oriented Programming). It puts much importance on data and does not allow data to move freely …

What is Object Oriented Programming (OOP)? Read More »

What is Procedural or Procedure Oriented Programming (POP)?

Procedural or Procedure Oriented Programming (POP) As the name implies, Procedure Oriented Programming contains step by step procedure to execute. Here, the problems get decomposed into small parts and then to solve each part one or more functions are used. Thus, in POP approach, the problem is viewed as a sequence of things to be …

What is Procedural or Procedure Oriented Programming (POP)? Read More »

Scroll to Top