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 a ternary operator in java?
Write a java program to get a string of words and print the numbers of each word count in descending order
How do you check if a number is a perfect square?
Does a function need a return?
What are the drawbacks for singleton class?
what is unreachable code problem in multiple catch statements
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
What is the relationship between class and object?
What is methodological theory?
Which class is extended by all other classes?
Can singleton class be serialized?
What is join () in java?