what is upcasting in C++?
No Answer is Posted For this Question
Be the First to Post Answer
How does java differ from c and c++?
What is a constructor in c++ with example?
What is size of Empty Class?
Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.
what is data encapsulation in C++?
What are the uses of typedef in a program?
What is std namespace in c++?
What are static and dynamic type checking?
What is a c++ object?
Explain the difference between class and struct in c++?
how is returning structurs from functions?Show an eg?
What is polymorphism in c++? Explain with an example?