Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / shilpa
OOA IS STATIC IN NATURE AND OOD IS DESIGN BASED
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is it possible to create partial structs, interfaces and methods?
Explain the different types of constructors
Explain about abstraction?
Is is possible to define our own functional interface?
What does it mean that a method or class is abstract?
Explain about message passing in object oriented programming?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Explain what is meant by polymorphism?
What is the purpose of late binding in object-oriented programming?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is difference between encapsulation and abstraction?
What are the different principle of OOPS?
Write a note on encapsulation?
Explain about Overloading vs Overriding ?
Can we override static methods? Why?