Fundamental Concepts
Everything on SkillVeris tagged Fundamental Concepts — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
Class vs Object Explained
A class is a blueprint that defines the fields and methods a type of thing will have, while an object is a concrete instance of that blueprint, created at runt…
What is the “this” Keyword?
The “this” keyword is a reference to the current object — the specific instance on which an instance method or constructor is being invoked — used to disambigu…