Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / puri
OOA focuses on what the system does, OOD on how the system
does it
| Is This Answer Correct ? | 73 Yes | 9 No |
Post New Answer View All Answers
What do you mean by operator overloading?
What is overriding?
Differentiate between data abstraction and encapsulation.
If a class inherits an interface, what are the 2 options available for that class?
Explain what is an object?
What are the different principle of OOPS?
What is data abstraction? what are the three levels of data abstraction with Example?
What is the diffrence between an abstract class and interface?
What interface must an object implement before it can be written to a stream as an object?
Why do we use oops concepts? What is its advantage?
Differentiate between an abstract class and an interface?
What is the difference between class and interface?
Can you explain primordial class loader?
Can we reduce the visibility of the inherited or overridden method ?
Can you create an instance for an abstract class?