Object-oriented Programming
What is OOP?
Object-oriented programming is a programming style that constructs software architecture around data or objects rather than functions and logic. An object is a data field with particular characteristics and behaviours. OOP (as programmer...
victhedev.hashnode.dev8 min read