what uses of c++ language?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
program for insertion ,deletion,sorting in double link list
What does and I oop and sksksk mean?
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
Whatis the difference between oop and object based language
Write A Program using Single and Multiple Inheritance.
what is virtual destructor
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
4. What do you mean by a prototype? Define analysis prototype
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.
Why is oop useful?
What is and I oop mean?
namespace is working on which compiler?