OOPS
October 3, 2023Operating-Systems
October 3, 2023OOPS
Question 1 |
A software engineer is required to implement two sets of algorithms for a single set of matrix operations in an object oriented programming language; the two sets of algorithms are to provide precisions of 10-3 and 10-6, respectively. She decides to implement two classes, Low Precision Matrix and High Precision Matrix, providing precisions 10-3 and 10-6 respectively. Which one of the following is the best alternative for the implementation?
- (S1) The two classes should be kept independent.
(S2) Low Precision Matrix should be derived from High Precision Matrix.
(S3) High Precision Matrix should be derived from Low Precision Matrix.
(S4) One class should be derived from the other; the hierarchy is immaterial.
S1 | |
S2 | |
S3 | |
S4 |
Question 1 Explanation:
Note: Out of syllabus.
Correct Answer: B
Question 1 Explanation:
Note: Out of syllabus.
Subscribe
Login
0 Comments