0% completed
Object-Oriented Basics
Object-oriented programming (OOP) is a style of programming that focuses on using objects to design and build applications. Contrary to procedure-oriented programming where programs are designed as blocks of statements to manipulate data, OOP organizes the program to combine data and functionality and wrap it inside something called an "Object".
If you have never used an object-oriented programming language before, you will need to learn a few basic concepts before you can begin writing any code. This chapter will introduce some basic concepts of OOP:
.....
.....
.....
Anand Mohan
· 3 years ago
It would be great to include "Object-oriented Design Principles" and "Design Patterns" in this course. I found a similar course on https://www.educative.io/courses/grokking-the-low-level-design-interview-using-ood-principles that covers these topics. Adding them here would make the course more comprehensive. Thank you!
ioboy Lim
· 4 years ago
hello world
abhinaygupta98
· 3 years ago
Abdallah Aqtash
· 3 years ago
You said that OOP organizes the program to combine data and functionality and wrap it inside something called an "Object", I think inside clas, yes or no?