instance and static methods in x++
what is instance method in x++?
Instance method is a method which require an object of its class to be created before it can be called.
what is static method in x++?
Static methods is a method in x++ that can be called without creating an object of class.
Comments
Post a Comment