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 |
What is get () in java?
what is java
What are different access specifiers in java? Explain
What is derived datatype?
What is downcasting?
Is java supports multiple inheritance? explain?
Why javac is not recognized?
what do you mean by classloader in java?
What is difference between static and abstract class?
How do you initialize an arraylist in java?
What are the object and class classes used for?
what is wrapper class and its uses?