What is function overriding?
Answer / sudar
base class method they can used to contain same function and arguments of subclass.
| Is This Answer Correct ? | 1 Yes | 2 No |
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What is a storage class? Mention the storage classes in c++.
Explain the use of vtable.
What is the best way to take screenshots of a window with c++ in windows?
What is c++ virtual inheritance?
If all is successful, what should main return a) 0 b) 1 c) void
What are the techniques you use for debugging?
How do I get good at c++ programming?
What is the most useful programming language?
How to avoid changing constant values?
What is object in c++ example?
What is insertion sorting?