what uses of c++ language?

Answer Posted / bithal mohanty

First of all it is a object oriented language..So in real life world this language would provides a good platform to develop application as it supports many features like encapsulation which would bind our data and increases the security level next is here we are using inheritance which helps us to code re-usability so indirectly it reduces our work load to duplicate the code in larger programs in various sub-classes like this it has too many features which c don't have..So it is considered as super set of c.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are polymorphisms mutations?

690


Where is pseudocode used?

556


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1607


What are the features of oop?

625


Why is abstraction needed?

558






Why is object oriented programming so hard?

608


How do you define a class in oop?

617


What is a function in oop?

623


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1648


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1932


What is difference between pop and oop?

597


Write a c++ program to display pass and fail for three student using static member function

2799


What is variable example?

590


What is an advantage of polymorphism?

584


What is inheritance write a program to show use of inheritance?

605