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
Can private class be inherited?
What does no cap mean?
any one please tell me the purpose of operator overloading
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is purpose of inheritance?
When not to use object oriented programming?
What are the two different types of polymorphism?
Why is there no multiple inheritance?
What is overriding vs overloading?
What is meant by oops concept?
can we make game by using c
What is inheritance in oop?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What are benefits of oop?
What is encapsulation with example?