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

how to call a method in different package?

4 Answers  


What is string subsequence method?

0 Answers  


Difference between String and StringBuffer.

3 Answers   GE, IBM,


What are MalformedURLException and UnknownHost Exceptions and whey they will be thrown?

2 Answers  


Is a copy constructor?

0 Answers  






Can we have a abstract class withought any method? What is a purspose of this?

3 Answers  


How to make a read-only class in java?

0 Answers  


What is the purpose of garbage collection in java?

0 Answers  


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

0 Answers   TCS,


What are inbuilt functions in java?

0 Answers  


What is a ternary operator in java? What is an interface?

0 Answers  


Difference between string, stringbuffer and stringbuilder?

0 Answers  


Categories