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 is polymorphism oop?
What is multilevel inheritance explain with example?
Can you inherit a private class?
What is encapsulation in oop?
What is and I oop mean?
What is meant by multiple inheritance?
State what is encapsulation and friend function?
What is abstract class in oop?
What are properties in oop?
Can private class be inherited?
What is encapsulation process?
What is meant by oops concept?
What is overriding in oop?
write a C++ program for booking using constructor and destructor.
How do you achieve polymorphism?