beingchinmay
New Member
Static methods show have static keyword as the method definition
Static methods are accessed without creating an instance of the class object
Static methods will not have “this” functionality to access the method
Static methods cannot access non static members of the class.undefined