
- OOAD - Home
- OOAD - Object Oriented Paradigm
- OOAD - Object Oriented Model
- OOAD - Object Oriented System
- OOAD - Object Oriented Principles
- OOAD - Object Oriented Analysis
- OOAD - Dynamic Modelling
- OOAD - Functional Modelling
- OOAD - UML Analysis Model
- OOAD - UML Basic Notations
- OOAD - UML Structural Diagrams
- OOAD - UML Behavioural Diagrams
- OOAD - Object Oriented Design
- OOAD - Implementation Strategies
- OOAD - Testing & Quality Assurance
OOAD Exams Questions with Answers
These selected questions and answers are prepared from Object Oriented Analysis and Design Exam point of view and will also help in quick revision to get good marks in Object Oriented Analysis and Design Examination. These questions has been prepared for the computer science graduates (B.C.A, M.C.A, B.Tech, B.E. and so...), to help them understand and revise the basic to advanced concepts related to Object Oriented Analysis and Design.
Following is the selected list of questions and their answers and will help in quick revision to get good marks in Object Oriented Analysis and Design Examination.
Overview
Object Modeling Techniques
How do object model, dynamic model and functional model differ from each other?
What is JSD? Explain this design with its advantages and disadvantages.
OOPS Principles
What is inheritance? Discuss types of inheritance with example.
What is the difference between Multilevel and Muliple Inheritance?
What is the difference between publicly derived inheritance and privately derived inheritance?
What is the difference between Polymorphism and Overloading?
What is method overriding? When does it occur? Explain with examples.
What do you mean by data hiding? How to implement data hiding in C++? Give an example.
Functions
Miscellanous
How the exception handling mechanism is useful than the normal error checking code?
What are macros? How macros are useful? Explain with examples.