Answer Posted / aditya
C is a structured oriented language. It follows a
structure/ rules in the execution of the program. In C
basically functions are used.
Where as C++ is a object priented programming language.
Here we can apply the oops concepts like inheritance,
encapsulation etc. In C++ classes and objects are used.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What are constructors in oop?
What is methods in oop?
What are functions in oop?
write string class as your own class in java without using any built-in function
What are benefits of oop?
What does enum stand for?
Why it is called runtime polymorphism?
What polymorphism means?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Get me a number puzzle game-program
What do you mean by abstraction?
How do you define social class?
What is oops in simple words?
What is polymorphism and example?
Can destructor be overloaded?