What is virtual function? Explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
Write syntax to define friend functions in C++.
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What are the operators in c++?
What does new return if there is insufficient memory to make your new object?
What is data binding in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
How do you add an element to a set in c++?
Define the process of error-handling in case of constructor failure?
what is oops and list its features in c++?
What are the differences between a struct and a class in C++?
What is singleton class in c++?