Pure OOP can be implemented without using class in a program. Pure OOP can be implemented without using class in a program. A. True B. False C. May be D. None of these View Answer ANSWER: B) False Explanation : OOP mainly depends on the concept of class. For pure OOP implimentation everything must be an object and objects are instantiated with the help of a class.