Oct 19, 2023 · 3 min read · We know how NEW is important in OOP In Object Oriented Programming we use NEW to instantiate the object for a class, just to access the functions and its variable, well its only for the people who know such mechanisms, and have knowledge of OOP or co...
Join discussion
Sep 5, 2022 · 4 min read · Hi 👋 , I hope all of you are doing good, so Constructor Functions, basically those are just functions with some extra layers added to them which helps in Inheritance which in turn has a lot of benefits. Sounds intimidating? I will make it easy for y...
Join discussion
Jun 30, 2022 · 3 min read · Hello Devs, hope you all are doing great, now as i have got your attention, not taking much of your time, lets jump on today's topic, its the operator NEW, we all know what is does with classes, and constructor functions, it basically returns an inst...
Join discussion