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 |
What is the main feature of oop?
how to find the largest of given numbers in an array
What is a friend function & its advantage?
what is virtual function?
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
what are abstract classes and how they impliment , with example
what is runtime polymorphism? For the 5 marks.
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?
Give two or more real cenario of virtual function and vertual object
In which cases you use override and new base?
what about you? wahat is your object? introduce your self?
1 Answers Ajmal Perfumes, TCS,
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??