uCertify interview question

how can you call a method without instantiating its object??

Interview Answer

Anonymous

11 June 2016

using Static keyword we can call the method without instantiating the object.