WHAT IS A PROGRAMMING LANGUAGE AND OOP FOR BEGINNERS?
AN IMPORTANT REMINDER!
WHAT IS A PROGRAMMING LANGUAGE?
THE FLOW OF A PROGRAMMING LANGUAGE?
ASCII CODES
numeric values are called “Ascii Codes”. - https://www.asciitable.com/?
WHY JAVA?
WHAT IS OBJECT-ORIENTED PROGRAMMING?
Variables, Objects, Methods, and Classes are used to create an Application. An object is an important component of an application.
We can think of a car toy that is created using smaller Lego parts. In this example, Lego parts represent “Objects” and the toy represents “Application” in Java.
If you make the objects, classes, and methods perfect, your application will work perfectly.
When doing an application in Java, developers create perfect objects and then assign some tasks to them through typing codes. They do all tasks perfectly because they are perfect. That is, creating objects depends on developers. For this reason, while doing an app in OOP; assigning tasks and testing it is so easy.?
The benefit of Object-Oriented Programming is being reusable, extensible, and maintainable.
WHY USE OOP?
In Starbucks, employees have limited contributions because Starbucks is created by a good system. Even a kid can prepare perfect coffee. But in a more traditional restaurant-such as a Turkish coffee shop- if the cooker is perfect, the coffee will be perfect. Similarly, in real life, the procedural system is the best but in coding, OOP is the best, because it is possible to create a perfect object-oriented system by developers Better objects will do better tasks. Because of that, in Java, we prefer Object-Oriented Logic.?
to be continued...