Loading practice questions
What is the programming style of the object oriented conceptual model?
(C) Classes and objects
Explanation:
Object oriented programming follows a conceptual framework called object model and is implemented by writing classes and objects to make its style clear unlike procedure- oriented language.