Object-Oriented Programming (OOP)
What Is Object-Oriented Programming?
Object-Oriented Programming allows us to design and develop a software application using real-world entities such as school, student, course, employer, employee, salary as objects. In Object-Oriented Programming,...
sibongile.hashnode.dev5 min read
Maxi Contieri
Software Engineer
Nice article, Sibongile Mailula !!
Love this definition:
"In Object-Oriented Programming, a class represents a real-world entity."
This is opposed to structural view of OOP where people see objects as a bunch of data