what uses of c++ language?

Answers were Sorted based on User's Feedback



what uses of c++ language?..

Answer / iravi

by using c++,we can increase security level and increase the access option by using class, access specifiers like private,protected and public,and this is object oriented programming system so its a real time programming system.

Is This Answer Correct ?    8 Yes 1 No

what uses of c++ language?..

Answer / 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

what uses of c++ language?..

Answer / saroj

To devlop a program it is easy to use
There are many features which is our program is safe for un
authorise acess

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More OOPS Interview Questions

What is polymorphism programming?

0 Answers  


how to get the oracle certification? send me the answer

0 Answers   Oracle,


what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

2 Answers   Excel,


what is function overloading..?

4 Answers  


i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.

1 Answers   Syntel,






What are virtual functions?

2 Answers  


inheritence with example

1 Answers  


why reinterpret cast is considered dangerous?

0 Answers   TCS,


Which is the only operator in C++ which can be overloaded but NOT inherited?

8 Answers  


What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required

15 Answers   ISTS, Wipro,


what is the basic concept of inheritance?

9 Answers  


Why is oop better than procedural?

0 Answers  


Categories