what is mean by ooad? where we are using? can you tell me
any real time example?
Answer Posted / 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 View All Answers
Can an interface extend another interface?
What is 32 bit float?
What is bool mean?
Can we compare two strings in java?
What is garbage collection? What is the process that is responsible for doing that in java?
Which class is the superclass for every class in java programming?
What is a top level class in java?
How do you create a null object?
Which api is provided by java for operations on set of objects?
Is set thread safe java?
What does jenkins do?
Which is better ascii or unicode?
Can a class have multiple constructors?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is the difference between the final method and abstract method?