⟩ What is meant by OO paradigm?
OO paradigm = Object Oriented Paradigm.
This is the basic concept of Object Oriented Languages.It actually means we have to only work out with objects.Communications take place between classes with the help of objects
Ex:- Java,C++ ,But not C(Function Oriented)