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 |
Why string is called as immutable?
What is files manifesting?
Does anyone still use java?
Is 0 an even number?
what is overloading and overriding with example?
what is optional in java 8?
What is the difference between sop and work instruction?
Write a code to show a static variable?
Which collection allows duplicate values in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What is the use of collections in java? How it is implemented in real time applications?
When can you say a graph to be a tree?