Q:

If a database have to be maintained using OOP, to store the details of each employee in a company, which would be the best choice among the following?

0

If a database have to be maintained using OOP, to store the details of each employee in a company, which would be the best choice among the following?


  1. Define a class to store details of each employee
  2. Define a structure to store details of each employee
  3. Define separate variable for each detail
  4. Define a generic type to store string and number details

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).Define a class to store details of each employee

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which class represents the most abstracted informa... >>
<< If a class have two data members and two functions...