what is the main difference between c and c++?
Answer Posted / abhishek gautam
C is a procedural programming language whereas C++ is an
object oriented programming language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
#include
What is overriding vs overloading?
What is object in oop?
What do you mean by Encapsulation?
What is the importance of oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is polymorphism programming?
What is the important feature of inheritance?
What are the benefits of oop?
How can you overcome the diamond problem in inheritance?
What is the real time example of encapsulation?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is the real life example of polymorphism?
What is the main purpose of inheritance law?
What is property in oops?