Pre Quiz OOP - Attempt Review
Pre Quiz OOP - Attempt Review
Question Procedure Oriented Programming focus more on functions than the data.
1
Select one:
Correct
True
Mark 1.00 out of
1.00
False
c. Structured Programming
d. Procedural Oriented
Question Consider the following scenario and identify all the possible classes and objects.
3 "John and Sam are the employees of Allen software company. SPTS,LMS are the projects that are to be moved to the
Correct production environment. Every employee has empid, designation, allcoation status and project has projectid, startDate,
Mark 1.00 out of endDate, projcost".
1.00
Select one:
a. John, Sam, Allen software company, SPTS, LMS, Employee, Project
c. Employee, Project
d. John, Sam, empid, designation,allocation status, SPTS, LMS, projid, startdate, enddate, projcost
The correct answer is: John, Sam, Allen software company, SPTS, LMS, Employee, Project
VIRAG NIMESHKUMAR DOSA…
Question ABC bank wants to automate its banking operations. Customers can register with the bank to perform the banking operations like online
4 fund transfer, pay creditbill, view pro le. From the above scenario identify the possible functions.
Correct
Select one:
Mark 1.00 out of
1.00 a. Bank
b. automate,operations
Question Tom is the developer of Allen Software Company. He gets the requirement for which he needs to provide solution. His friend advised him
5 to understand Object oriented concepts and choose a language that support Object oriented concept for implementation. What factors
does his friend would have thought in mind that made him advise Tom to opt for a language that supports Object oriented concepts and
Correct
principles
Mark 1.00 out of
1.00 Select one or more:
c. Modularity is achieved
The correct answers are: Data Abstraction is possible, Modularity is achieved, Software Re-usability is more