Nothing here yet.
Nothing here yet.
No blogs yet.
Object oriented programming lets you understand the code flow easily and make code reusable . There are four OOP concepts that set the base for object oriented design. Polymorphism. Abstraction. Encapsulation. Inheritance. These principles are implemented in one way or another in every object oriented language. There are also object orient design principles. SOLID principles. DRY. YAGNI I am not explaining what they are here ,but there are lots of great article online which one can can read.
Hi boris, I have two sample code here https://jsfiddle.net/stack26/wwwgx9Lo/1/ https://jsfiddle.net/stack26/wwwgx9Lo/2/ I wanted to know how return statement make a difference in the execution of the code.I am also confused how return statement work in the two stage compilation process. If you could share your insights. I am really stuck at this point.I am not able to understand the code in two step process. Thanks