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
Is data hiding and abstraction same?
What is the point of polymorphism?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Write a c++ program to display pass and fail for three student using static member function
What do you mean by abstraction?
Which is not an object oriented programming language?
What is abstraction example?
What is object in oop?
what is different between oops and c++
officer say me - i am offered to a smoking , then what can you say
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are the benefits of oop?
What does no cap mean?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?