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

Which is not an object oriented programming language?

0 Answers  


what is function overloading..?

4 Answers  


State what is encapsulation and friend function?

0 Answers   BirlaSoft,


Difference ways of Polymorphism?

3 Answers  


what is abstract class ? when is used in real time ? give a exp

5 Answers  






What is the benefit of oop?

0 Answers  


143.what is oops principles?

10 Answers  


What is ambiguity in inheritance?

0 Answers  


What is abstraction example?

0 Answers  


What is oops with example?

0 Answers  


what is the difference b/w abstract and interface?

2 Answers   Merrill Lynch, Schneider, Scio Healthcare,


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

0 Answers  


Categories