Grokking the Object Oriented Design Interview

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:

.....

.....

.....

Like the course? Get enrolled and start learning!
A

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!

Show 1 reply
I

ioboy Lim

· 4 years ago

hello world

Abdallah Aqtash

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?