web analytics

Object Oriented Programming

List a few areas of application of OOP concept or technology.

Great deal of excitement and interest in software engineers can be found in using OOP. Applications of OOP are gaining importance in many areas. The most important area is the user interface design such as windows. It has also got importance in real business systems as they are very complicated and use many methods and …

List a few areas of application of OOP concept or technology. Read More »

What are the main characteristics of 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 done, …

What are the main characteristics of Procedure Oriented Programming (POP)? Read More »

“POP provides emphasis on doing things, but OOP on the data”─ Do you agree with this statement? Justify your answer.

“POP provides emphasis on doing things, but OOP on the data” Yes, I agree with the given statement, “POP provides emphasis on doing things, but OOP on the data”. Justification of acceptance In the case of a large program created using the concept of Procedure Oriented Programming, sometimes we declare some Global Variables which will be used by …

“POP provides emphasis on doing things, but OOP on the data”─ Do you agree with this statement? Justify your answer. Read More »

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 »

RSS
Follow by Email
Scroll to Top