✅ When can we call a non-static method without creating an object?
Hello, can someone explain why can we call the
Add method without creating an instance/object of the class UnitTest1 here please. When would we need to instantiate the class first then call the method?