What is Pure Virtual Function? Why and when it is used ?
Answer Posted / rajni
a virtual when equated to zero then it is a pure virtual
function'
| Is This Answer Correct ? | 25 Yes | 6 No |
Post New Answer View All Answers
How to access a variable of the structure?
What are different types of loops in c++?
What is size of string in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What do you mean by stack unwinding in c++?
What are keywords in c++?
Explain what happens when a pointer is deleted twice?
Describe protected access specifiers?
What is the main purpose of overloading operators?
What is a Default constructor?
Which programming language is best?
What is the difference between a type-specific template friend class and a general template friend class?
Explain linked list using c++ with an example?
What are friend classes?
What do you mean by global variables?