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 a null tree?

0 Answers  


what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....

6 Answers  


WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.

4 Answers   HCL,


What is a friend function & its advantage?

2 Answers   TCS,


what is object slicing?

9 Answers   L&T, Wipro,


1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?

6 Answers  


what is the 3 types of system development life cycle

1 Answers  


What are virtual functions?

2 Answers  


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

0 Answers   Accenture,


what is new modifier in C#

8 Answers   HCL,


When is a memory allocated to a class?

11 Answers  


What is function overloading and operator overloading?

4 Answers  


Categories