Showing posts with the label class-advanced

Inheritance of class - 03

We can inherit in Class… By prototype By super keyword By setter method By prototype: class Studen…

Static Method of class - 02

A static method in a class is a method that has no relation to other properties and methods of that…

Class Declaration - 01

NoteBook: ⇒  When we use the set method in a class, then we have to keep in mind that we have to se…

Load More That is All