Answer Posted / 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 |
Post New Answer View All Answers
What is the oops and benefits of oops programming?
what is graphics
What is difference between oop and pop?
2. Give the different notations for the class.\
What is polymorphism and its types?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
How do you achieve runtime polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Whats oop mean?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What do you mean by overloading?
How to use CMutex, CSemaphore in VC++ MFC
What is polymorphism what are the different types of polymorphism?
What is static modifier?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box