#learn-coding
Read more stories on Hashnode
Articles with this tag
Variable hiding —> Whenever the global variable and local variable is same then it is called as variable hiding. To overcome this issue we use this...
Creating a new class (sub class) in such a way that acquires all the properties of another class (super class) is called is inheritance. When the sub...
What is oops, features, pillar, Advantage. · Oops is stands for object oriented programming structure. Oops is not a language it’s a methodology or...