FedEx interview question

What is a static variable?

Interview Answer

Anonymous

25 Jan 2013

A static variable is an oxymoron. But in OOP, a static variable is a class variable. It's like a global variable.