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

Is data hiding and abstraction same?

579


Why is oop useful?

610


Why do we use class in oops?

565


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2044


What is encapsulation oop?

583






What makes a language oop?

604


Can a varargs method be overloaded?

634


What is encapsulation c#?

613


What is the main purpose of inheritance law?

680


when to use 'mutable' keyword and when to use 'const cast' in c++

1653


What is polymorphism and why is it important?

566


Why do we use oop?

611


What is difference between multiple inheritance and multilevel inheritance?

610


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1647


Can we define a class within the interface?

567