Object Oriented Programming v/s Procedural Programming
Object Oriented Programming
Here emphasis is on objects.
It follows bottom up approach in program design.
Its data hiding feature prevents accidental change in data.
Features of object oriented programming are Encapsulation , Abstraction , Inheri...
sayam-blogs.hashnode.dev1 min read