uCertify Interview Question

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

Interview Answer

Anonymous

Jun 11, 2016

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