1.

Pure OOP can be implemented without using class in a program. (True or False)(a) True(b) FalseThe question was asked by my school teacher while I was bunking the class.My question comes from OOPs Basic Concepts topic in section OOPs Concept & Features of Object Oriented Programming

Answer»

Correct choice is (b) FALSE

For explanation: It’s false because for a program to be PURE OO, everything must be WRITTEN inside CLASSES. If this rule is VIOLATED, the program can’t be labelled as purely OO.



Discussion

No Comment Found

Related InterviewSolutions