What are the advantages of inheritance in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Can circle be called an ellipse?

0 Answers  


What is the purpose of template?

0 Answers  


What are the various oops concepts in c++?

0 Answers  


Why do you use the namespace feature?

0 Answers  


What programming language should I learn first?

0 Answers  






What is a wchar_t in c++?

0 Answers  


What are put and get pointers?

0 Answers  


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.

0 Answers   Maxobiz,


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


What is size of a empty class?

7 Answers   Microsoft, Tata Elxsi, Wipro,


When is a template a better solution than a base class?

1 Answers  


Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,


Categories