Software Engineering MCQs

Prepare with the latest Software Engineering MCQs with answers and explanations. Free online practice for competitive exams, interviews, and university tests.

662. Inheritance means ?

A. Sub class create object of super class
B. Sub class extends Base class
C. Sub class extends super class
D. All of the above
✅ The correct answer is option C.

667. A loader is_________________?

A. a program that places programs into memory and prepares them for execution
B. a program that automate the translation of assembly language into machine language
C. is a program that appears to execute a source program as if it were machine language
D. program that accepts a program written in a high level language and produces an object program
✅ The correct answer is option A.