A. Objects are abstractions of real-world
B. Objects can’t manage themselves
C. Objects encapsulate state and representation information
D. All of the mentioned
Explanation: Objects are independent.
Related Mcqs:
- Which of the following is conceptually similar to objects ?
A. PACKAGE
B. PROC
C. PRIVATE
D. None of the mentioned - Objects are executed _____________________?
A. sequentially
B. in Parallel
C. sequentially & Parallel
D. none of the mentioned - Which of the following is a mechanism that allows several objects in an class hierarchy to have different methods with the same name ?
A. Aggregation
B. Polymorphism
C. Inheritance
D. All of the mentioned - Which of the property of software modularity is incorrect with respect to benefits software modularity ?
A. Modules are robust
B. Module can use other modules
C. Modules Can be separately compiled and stored in a library
D. Modules are mostly dependent - In the Analysis phase, the development of the ______________ occurs, which is a clear statement of the goals and objectives of the project ?
A. documentation
B. flowchart
C. program specification
D. design - Choose the option that does not define Function Oriented Software Design ?
A. It consists of module definitions
B. Modules represent data abstraction
C. Modules support functional abstraction
D. None of the mentioned - Actual programming of software code is done during the __________________ step in the SDLC?
A. Maintenance and Evaluation
B. Design
C. Analysis
D. Development and Documentation - Which of the following is a complementary approach to function-oriented approach ?
A. Object oriented analysis
B. Object oriented design
C. Structured approach
D. Both Object oriented analysis and design - Structured Analysis is based on the principles of___________________?
A. Top-down decomposition approach
B. Divide and conquer principle
C. Graphical representation of results using DFDs
D. All of the mentioned - A design description in OOD includes___________________?
A. Protocol Description
B. Implementation Description
C. Type Description
D. both Protocol and Implementation Description