what is the main difference between c and c++?
Answer Posted / peddireddy
There is main difference between c and c++ i.e, we can
easily build programs by using objects in c++ but we can't
do like that in c.
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
How can you overcome the diamond problem in inheritance?
program for insertion ,deletion,sorting in double link list
What is the example of polymorphism?
What does enum stand for?
Explain virtual inheritance?
Explain the advantages of inheritance.
Why is oop better than procedural?
Why do we use oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are main features of oop?
officer say me - i am offered to a smoking , then what can you say
What are the 3 pillars of oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
How long to learn object oriented programming?