what is the main difference between c and c++?
Answer Posted / iswarya
c is a topdown aproach, C is function or procedure oriented
c++ is a buttom of aproach ,C++ is object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create object of interface?
Can a destructor be called directly?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why is abstraction needed?
write a C++ program for booking using constructor and destructor.
What is the significance of classes in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is difference between multiple inheritance and multilevel inheritance?
What is meant by multiple inheritance?
What is difference between abstraction and encapsulation?
What is stream in oop?
Why oops is important?
What is a class oop?
What makes a language oop?
Why is oop useful?