what is the application of oops?
Answers were Sorted based on User's Feedback
Answer / suraj sawat(hacky)
1}Real-time system.
2}Simulation & modeling.
3}Object-oriented database.
4}Hypertext,Hypermedia & Expertext.
5}CIM/CAM/CAD SYSTEM
Is This Answer Correct ? | 81 Yes | 6 No |
Answer / rupinder kaur
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 ? | 83 Yes | 32 No |
Answer / 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 |
Answer / munni
real time system:a real time system is a system dat gives
o/p at given and its parameters changes at every time.
a real time is nothing but a dynamic system a dynamic
system is a system that changes every moment band on i/p to
the system oop approach is very useful for real time system
because code changing in very carry is oop system and it
lead towards dynamic behaviour of oop codes thus more
suitable to real time system.
simulation & modelling:system modelling is another area
where criteria for oop approach in countable representing a
system is very easy in oop approach.
Is This Answer Correct ? | 22 Yes | 10 No |
Answer / t naresh
1)Applications of the oops are begin to a importance in many ares.The most popular applications upto now has been in the area of user interface design such as windows
2)Some following applications of the oops are:
Real time system
simulation and modulation
Object oriemted database
Export system
Dession suport and office automation system
CIM/CAD/CAD system
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / zelence
oops is the programming to solve several programme
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / hemakishore
1.image processing
2.pattern recognition
3.computer aided design
4.mobile computing
5.intelligent system
6.parallel computing
7.data security and management
Is This Answer Correct ? | 11 Yes | 7 No |
Answer / 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 |
can we make a class static without using static keyword?
why to use operator overloading
What is the point of polymorphism?
what is function overloading..?
I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
can you give real time example for polymarphism
write a program that takes input in digits and display the result in words from 1 to 1000
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
Where You Can Use Interface in your Project
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
how can we design a magic square in c++?or suggest me the basic idea of it.