what is the application of oops?

Answer Posted / k

Object-oriented programming (OOP) is a programming paradigm
that uses "objects" – data structures consisting of
datafields and methods – and their interactions to design
applications and computer programs. Programming techniques
may include features such as information hiding, data
abstraction, encapsulation, modularity, polymorphism, and
inheritance. It was not commonly used in mainstream software
application development until the early 1990s. Many modern
programming languages now support OOP.
Oops! is an HTTP-1.1/FTP proxy server. It
features high performance, low latency
, and a low memory footprint. It caches on large (up to 16G)
files or raw disk slices, and has squid-like ACLs and
bandwidth control. It also has reliable operation and a
smooth reconfigure routine.
According to me,appilication of oop is where we use oop in
our real life to solve our mathematical or logical problems
by designing software.
for example,like we can design software to control the
function of robot or we can implement any mathematical
theorom easily by using oops.because it provides many
features over structured programming.

Is This Answer Correct ?    9 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4234


Explain the advantages of inheritance.

670


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1454


Can we define a class within the interface?

551


Is oop better than procedural?

568






What is the difference between encapsulation and polymorphism?

591


Are polymorphisms mutations?

694


What is abstraction in oops?

581


What is stream in oop?

837


Why do we use polymorphism in oops?

575


What is the difference between a mixin and inheritance?

519


Is abstract thinking intelligence?

592


How can you overcome the diamond problem in inheritance?

764


to find out the minimum of two integer number of two different classes using friend function

1638


Why is polymorphism used?

581