RBC Interview Question

the difference between static and non-static

Interview Answer

Anonymous

Sep 26, 2016

you can access a static property/method without instantiating an object of the class.