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
What is class and example?
What is encapsulation selenium?
What is basic concept of oop?
What is polymorphism and its types?
Can bst contain duplicates?
What is encapsulation in ict?
What is stream in oop?
What is the difference between static polymorphism and dynamic polymorphism?
What are benefits of oop?
Why do we need polymorphism in c#?
What are the 5 oop principles?
What is overriding in oops?
What is overloading in oops?
What is object and class in oops?
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.