Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum Difference between Virtual Function and Abstract Method An abstract function cannot have functionality. Any child class MUST give their own version of this method, however, it's too general to even try to implement in the parent class. A virtual function has the functionality that may or may not be good enough for the child class. So if it is good enough, use this method, if not, then override it, and provide your own functionality.
Related Topics