what is the application of oops?

Answer Posted / ravinder bhatti

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.

Is This Answer Correct ?    68 Yes 40 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class and example?

671


What is encapsulation selenium?

636


What is basic concept of oop?

788


What is polymorphism and its types?

691


Can bst contain duplicates?

787






What is encapsulation in ict?

699


What is stream in oop?

939


What is the difference between static polymorphism and dynamic polymorphism?

721


What are benefits of oop?

735


Why do we need polymorphism in c#?

793


What are the 5 oop principles?

693


What is overriding in oops?

705


What is overloading in oops?

703


What is object and class in oops?

684


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.

1558