what is the main difference between c and c++?
Answer Posted / e.e.n.bashy
c programming language is top down approach while c++
programming language is bottom up approach
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is constructor overloading in oop?
What is encapsulation example?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Can you explain polymorphism?
What is inheritance and how many types of inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
#include
What is a class oop?
Why multiple inheritance is not allowed?
Why do we need oop?
How to hide the base class functionality in Inheritance?
What is class and example?
write a C++ program for booking using constructor and destructor.
What is destructor give example?
What are the 3 principles of oop?