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 the main purpose of inheritance law?

667


What is oops concept with example?

574


Why multiple inheritance is not possible?

595


What is and I oop mean?

616


What is use of overloading?

604






write a programe to calculate the simple intrest and compund intrest using by function overlading

1666


what type of question are asked in thoughtworks pair programming round ?

1756


What is difference between abstraction and encapsulation?

589


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1696


any one please tell me the purpose of operator overloading

1965


What is overloading in oop?

572


Why is destructor used?

579


why reinterpret cast is considered dangerous?

1896


program for insertion ,deletion,sorting in double link list

2276


Is abstract thinking intelligence?

592