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 sort in descending order in java using collections sort?
What is the difference between an array and an array list?
What is math floor in java?
Difference between operator overloading and function overloading
What is the use of arraylist in java?
Explain about serializable interface in java?
Is hashmap thread safe?
What are different access specifiers in java? Explain
Is special character in java?
Which object oriented concept is achieved by using overloading and overriding?
What is a vector in java?
What is an association?
How do you compare values in java?
What are abstract methods in java?
What is += mean in java?