#object-oriented-programming
Read more stories on Hashnode
Articles with this tag
Encapsulation is one of the fundamental principles of Object-Oriented Programming (OOP). It refers to the bundling of data and methods that operate on...
Polymorphism : Polymorphism is a foundational concept in programming that allows entitles like functions, methods or operators to behave differently...
Python Objects An Object an instance of a Class. A class is like a blueprint while an instance is a copy of the class with actual values. Python is an...
Started out with Simula-67 Simula 67 is a general-purpose programming language that was developed at the Norwegian Computing center. It was built and...