what is the main difference between c and c++?
Answer Posted / priya
c language is top to bottom approach whereas c++ is bottom
to top approach
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are objects in oop?
Write a program to reverse a string using recursive function?
any one please tell me the purpose of operator overloading
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is difference between oop and pop?
How do you explain polymorphism?
What does <> mean pseudocode?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
#include
What do you mean by abstraction?
What is object in oops?
What is an interface in oop?
What are oops methods?
What is polymorphism and example?
Why do we use class in oops?