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 |
Which is the class in java?
What is a Java Virtual Machine?
What is the name of the java compiler?
What is slash r?
What are integer overflows and underflows and how to handle them?
What is the meaning of flag day?
What is parsing a string?
Can we declare an array without size in java?
What does next mean in java?
Explain pass by reference and pass by value?
Can we iterate through collection using for loop?
What is the difference between length and size in java?