what is the main difference between c and c++?
Answer Posted / bharat kashid
c is procedural language
c++ is is a procedural +object oriented .
we can use function inside structured in c++,
but not in c.
c follow top down approach while
c++follow bottomup approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whats oop mean?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Can a varargs method be overloaded?
How do you explain polymorphism?
What is oops in simple words?
What is encapsulation oop?
Why is destructor used?
What is oops?what is its use in software engineering?
Who invented oop?
What do you mean by Encapsulation?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is encapsulation c#?
How do you answer polymorphism?
Get me an image implementation program.
What is the purpose of enum?