Answer Posted / 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 |
Post New Answer View All Answers
what are the realtime excercises in C++?
What is encapsulation c#?
What causes polymorphism?
i got a backdoor offer in process global,Bangalore..Can i work with it?
write a program that takes input in digits and display the result in words from 1 to 1000
What are oops methods?
What is meant by oops concept?
Why do we use encapsulation in oops?
What are constructors in oop?
What is multilevel inheritance?
What is class and object with example?
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?
What are the features of oop?
Why it is called runtime polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++