blah blah blah is here! blah blah » Close

0
votes
1 answers

Difference between abstract method and virtual functions.

both abstarct methods and the virtual functions are requied to implement the base class functions into the inherited or child class according to the functionality required.then what is the DIFFERENCE BETWEEN THE 2,[b]BASED UPON THE FUNCTION ...

Feedback