1.

Which of the following is conceptually similar to objects?(a) PACKAGE(b) PROC(c) PRIVATE(d) None of the mentionedThe question was posed to me in an interview for internship.My question comes from Object Oriented Software Design in division Software Design of Software Engineering

Answer»

Correct choice is (a) PACKAGE

The BEST I can explain: A package is a NAMESPACE that organizes a set of RELATED classes and INTERFACES.



Discussion

No Comment Found

Related InterviewSolutions