syntax: virtual functionname(); pure virtual virtual functionname()=0;
11/23/2016 9:39:15 AM
sadiya zainab2 Answers
New Answervirtual function can have actual implemntation where it was declared pure virtual functions does not have and the responsibility to implement it goes to any class which inherit the class which declared it without implementing pure virtual function you will have compile error
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message