What is a pure virtual function?
Why is it represented as = 0...how is the internal
implementation for the same
Answer Posted / viji
A virtual function with a null body is said to be pure
virtual function.
The pure virtual function can be defined later in its
derived class.......
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the two types of comments?
Is java made in c++?
What is the type of this pointer in c++?
How many types of comments are there in c++?
Why is c++ awesome?
What is const in c++?
What is the use of function pointer?
What is difference between c++ 11 and c++ 14?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
When should you use global variables?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What does flush do?
What is the difference between set and map in c++?
What is a multiset c++?
Write a program which uses Command Line Arguments