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 the significance of classes in oop?
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.
What language is oop?
What is the point of oop?
What is polymorphism programming?
What is the full form of oops?
What is constructor in oop?
What is abstraction example?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What are the 4 main oop principles?
What is oops and its features?
Why is object oriented programming so hard?
Why multiple inheritance is not possible?