what is the main difference between c and c++?
Answer Posted / rajkishor yadav
In c mainly focus on data but in c++ mainly focus on object
rather than data,and in c++ we hide data other unauthorized
things by Encapsulation
It is structure Base Language but c++ object base Language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the point of oop?
What are different oops concepts?
program for insertion ,deletion,sorting in double link list
What is difference between inheritance and polymorphism?
What is the difference between abstraction and polymorphism?
What are the data types in oop?
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 is polymorphism give a real life example?
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).
What is property in oops?
How is class defined?
Write a program to sort the number with different sorts in one program ??
State what is encapsulation and friend function?
What causes polymorphism?
What is the fundamental idea of oop?