what is mean by ooad? where we are using? can you tell me
any real time example?



what is mean by ooad? where we are using? can you tell me any real time example?..

Answer / nitesh

OOAD is object oriented analysis and design. It is software development approach to design and implementing the system. there are many concepts in OOAD. real time example of OOAD is inheritance. let us consider you have Suzuki brand car Alto. here Alto class is inheriting from Suzuki brand. Suzuki brand is parent class and Alto class is child class... In inheritance there many subtypes....single, multiple, multilevel......

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can a class extend 2 classes in java?

0 Answers  


What are the two types of streams offered by java 8?

0 Answers  


how can i use a nonsynchronized hashtable?

0 Answers   CoreObjects,


what are ER diagrams?

2 Answers  


What restrictions are placed on method overriding?

0 Answers  






System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0

8 Answers   Accenture,


why using interface interface ?

0 Answers  


What is the arraylist in java?

0 Answers  


What is local class in java?

0 Answers  


What are dot operator queries?

0 Answers   Atos Origin,


Does java have a compiler?

0 Answers  


Is assembly language a low level language?

0 Answers  


Categories