Login
Remember
Register
Ask a Question
Does java have virtual functions in Java?
0
votes
asked
Feb 9, 2021
in
JAVA
by
SakshiSharma
Does java have virtual functions in Java?
#virtual-function
java-virtual-function
java-function
java
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 9, 2021
by
SakshiSharma
Yes, all the functions are
virtual
by
default in java
...