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 difference between inheritance and polymorphism?
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
program for insertion ,deletion,sorting in double link list
What is coupling in oops?
What is abstraction example?
What is class and object with example?
What is polymorphism in oops with example?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What are the benefits of interface?
What is static in oop?
What is difference between data abstraction and encapsulation?
Advantage and disadvantage of routing in telecom sector
What is the example of polymorphism?
#include
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).