Answer Posted / siva
so many we can say but the main difference is
C is structured oriented where as
C++ is object oreiented
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is difference between data abstraction and encapsulation?
What is encapsulation oop?
#include
What is polymorphism what is it for and how is it used?
How long to learn object oriented programming?
Why do we use class?
Can you inherit a private class?
Whats oop mean?
Why is oop useful?
when to use 'mutable' keyword and when to use 'const cast' in c++
write string class as your own class in java without using any built-in function
What is oops and why we use oops?
What is polymorphism programming?
What is abstraction oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?