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
How do you create a sop?
Can a set contain duplicates?
What is the collections api?
What is dynamic binding(late binding)?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What is difference overloading and overriding?
Write a java program for binary search?
What is the largest data type in java?
What is serialization in java?
What is object in java?
What is memory leak and how does java handle it?
Explain about method local inner classes or local inner classes in java?
What are memory tables?
Write a java program to generate fibonacci series ?
How is string stored in java?