what is the main difference between c and c++?
Answer Posted / ramya priyanka
c is top down approach bcoz after creating the logic we use the data to access related to it,but in c++ bottom up approach
bcoz from the data bases we create the logic and access it.....and this is the difference between c & c++
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is encapsulation used?
Whats is abstraction in oops?
Why do we use class in oops?
Prepare me a program for the animation of train
What is encapsulation oop?
what is different between oops and c++
How can you overcome the diamond problem in inheritance?
What does no cap mean?
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?
Why it is called runtime polymorphism?
What is constructor in oop?
Write a program to reverse a string using recursive function?
What is constructor overloading in oop?
What is byval and byref? What are differences between them?
What do you mean by abstraction?