What is Pure Virtual Function? Why and when it is used ?
Answer Posted / jun
Floor 6, you have mentioned the most salient part of pure
virtual function(pointer access). Thanks
| Is This Answer Correct ? | 14 Yes | 10 No |
Post New Answer View All Answers
What is switch case in c++ syntax?
What are c++ templates used for?
Can a new be used in place of old mallocq? If yes, why?
Explain the difference between class and struct in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What apps are written in c++?
What is the difference between multiple and multilevel inheritance in c++?
Explain overriding.
Does std endl flush?
Is c++ vector a linked list?
What is the purpose of templates in c++?
What is the use of vtable?
Why do we use templates?
Which software is best for coding?
Explain the difference between realloc() and free() in c++?