Can you have virtual functions in Java?

Q

Can you have virtual functions in Java?

✍: Guest

A

Yes, all functions in Java are virtual by default. This is actually a pseudo trick question because the word "virtual" is not part of the naming convention in Java (as it is in C++, C-sharp and VB.NET), so this would be a foreign concept for someone who has only coded in Java. Virtual functions or virtual methods are functions or methods that will be redefined in derived classes.

2012-05-16, 2540👍, 0💬