A lot of junior developers don’t know exactly mean of these and how it’s different. Let’s understand what’s different between them: We also have many level...
Continue reading...OOP
OOP Basic – Class design
(1) In class design, always declare member variables private unless required. You can provide access to it from the outside of the class using a public...
Continue reading...