Answer Posted / k
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.
According to me,appilication of oop is where we use oop in
our real life to solve our mathematical or logical problems
by designing software.
for example,like we can design software to control the
function of robot or we can implement any mathematical
theorom easily by using oops.because it provides many
features over structured programming.
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
What makes a language oop?
What is abstraction and encapsulation?
What is coupling in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Can we create object of abstract class?
What is object and class in oops?
2. Give the different notations for the class.\
What are classes oop?
What is destructor give example?
How many human genes are polymorphic?
What is polymorphism and why is it important?
What does enum stand for?
Why do we use class in oops?
What is difference between abstraction and encapsulation?
What is polymorphism what is it for and how is it used?