what is the main difference between c and c++?
Answer Posted / sameer
->C is a procedural programing language and c++ is a object
oriented programing language.
->C does not allow operator and function overloading.
C++ can allows function and operator overloading
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What exactly is polymorphism?
What is overloading in oop?
What is encapsulation with example?
Why is encapsulation used?
What are properties in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
write a program that takes input in digits and display the result in words from 1 to 1000
Why do we need polymorphism in c#?
Is html an oop?
What is for loop and its syntax?
What is the real time example of encapsulation?
What is encapsulation with real life example?
What is byval and byref? What are differences between them?
How to hide the base class functionality in Inheritance?
write string class as your own class in java without using any built-in function