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 |
What is the difference between abstraction and polymorphism?
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
what is the use of template classes in c++
Program to print 0 to 9 in cross order
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
What is the difference between a mixin and inheritance?
which is best institute to learn c,c++ in ameerpet hyderabad
Is enum a class?
what is meant by files?
What is polymorphism? Explain with an example.
how to find the largest of given numbers in an array