what is the application of oops?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6485


What is oops and why we use oops?

573


Which language is not a true object oriented programming language?

642


What are different oops concepts?

578


What is destructor example?

597






How to hide the base class functionality in Inheritance?

638


What is a class and object?

600


What are the 3 pillars of oop?

615


What is inheritance in oop?

604


What is abstraction encapsulation?

657


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2034


What is the real time example of inheritance?

641


What are main features of oop?

633


Why is destructor used?

583


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1985